Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipc.c

    rdd89a55 r84c1a0a  
    507507        }
    508508
    509         if (bind(serversock, (struct sockaddr *)&un_addr, sizeof(un_addr)) == -1) {
     509        if (bind(serversock, &un_addr, sizeof(un_addr)) == -1) {
    510510                log_message( LOGLVL_WARNING, "Unable to bind UNIX socket to %s: %s", IPCSOCKET, strerror(errno) );
    511511                return 0;
     
    571571        ipc_to_children_str( "OPERMSG :New BitlBee master process started (version " BITLBEE_VERSION ")\r\n" );
    572572       
    573         fclose( fp );
    574573        return 1;
    575574}
Note: See TracChangeset for help on using the changeset viewer.