ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/ircd.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/ircd.c (file contents):
Revision 7270 by michael, Sat Feb 6 19:25:26 2016 UTC vs.
Revision 7279 by michael, Sun Feb 7 15:31:07 2016 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)