Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.c

    r7d3ef7b r565a1ea  
    2626#define BITLBEE_CORE
    2727#include "bitlbee.h"
    28 #include "sock.h"
    2928#include "crypting.h"
    3029#include "ipc.h"
     
    315314        g_free( irc );
    316315       
    317         if( global.conf->runmode == RUNMODE_INETD || global.conf->runmode == RUNMODE_FORKDAEMON )
     316        if( global.conf->runmode == RUNMODE_INETD ||
     317            global.conf->runmode == RUNMODE_FORKDAEMON ||
     318            ( global.conf->runmode == RUNMODE_DAEMON &&
     319              global.listen_socket == -1 &&
     320              irc_connection_list == NULL ) )
    318321                b_main_quit();
    319322}
Note: See TracChangeset for help on using the changeset viewer.