| # | Line 531 | Line 531 | main(int argc, char *argv[]) | |
|---|---|---|
| 531 | /* We need this to initialise the fd array before anything else */ | |
| 532 | fdlist_init(); | |
| 533 | log_set_file(LOG_TYPE_IRCD, 0, logFileName); | |
| 534 | < | check_can_use_v6(); |
| 534 | > | |
| 535 | init_netio(); /* This needs to be setup early ! -- adrian */ | |
| 536 | ||
| 537 | /* Check if there is pidfile and daemon already running */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |