534 |
eventInit(); |
eventInit(); |
535 |
/* We need this to initialise the fd array before anything else */ |
/* We need this to initialise the fd array before anything else */ |
536 |
fdlist_init(); |
fdlist_init(); |
537 |
log_add_file(LOG_TYPE_IRCD, 0, logFileName); |
log_set_file(LOG_TYPE_IRCD, 0, logFileName); |
538 |
check_can_use_v6(); |
check_can_use_v6(); |
539 |
init_comm(); /* This needs to be setup early ! -- adrian */ |
init_comm(); /* This needs to be setup early ! -- adrian */ |
540 |
/* Check if there is pidfile and daemon already running */ |
/* Check if there is pidfile and daemon already running */ |