Changes in / [57c4fc0:54879ab]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bitlbee.c

    r57c4fc0 r54879ab  
    239239        pid_t client_pid = 0;
    240240       
    241         if( new_socket == -1 )
    242         {
    243                 log_message( LOGLVL_WARNING, "Could not accept new connection: %s", strerror( errno ) );
    244                 return TRUE;
    245         }
    246        
    247241        if( global.conf->runmode == RUNMODE_FORKDAEMON )
    248242        {
  • ipc.c

    r57c4fc0 r54879ab  
    105105static void ipc_child_cmd_die( irc_t *irc, char **cmd )
    106106{
    107         irc_abort( irc, 0, "Shutdown requested by operator" );
     107        irc_abort( irc, 1, "Shutdown requested by operator" );
    108108}
    109109
Note: See TracChangeset for help on using the changeset viewer.