# | Line 414 | Line 414 | main(int argc, char *argv[]) | |
---|---|---|
414 | else | |
415 | print_startup(getpid()); | |
416 | ||
417 | – | tls_init(); |
417 | setup_signals(); | |
418 | ||
419 | /* We need this to initialise the fd array before anything else */ | |
# | Line 422 | Line 421 | main(int argc, char *argv[]) | |
421 | log_set_file(LOG_TYPE_IRCD, 0, logFileName); | |
422 | ||
423 | init_netio(); /* This needs to be setup early ! -- adrian */ | |
424 | + | tls_init(); |
425 | ||
426 | /* Check if there is pidfile and daemon already running */ | |
427 | check_pidfile(pidFileName); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |