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 7438 by michael, Thu Mar 10 20:03:29 2016 UTC vs.
Revision 7566 by michael, Tue May 24 16:23:36 2016 UTC

# Line 409 | Line 409 | main(int argc, char *argv[])
409    if (!server_state.foreground)
410    {
411      make_daemon();
412 <    close_standard_fds(); /* this needs to be before init_netio()! */
412 >    close_standard_fds(); /* this needs to be before netio_init()! */
413    }
414    else
415      print_startup(getpid());
# Line 420 | Line 420 | main(int argc, char *argv[])
420    fdlist_init();
421    log_set_file(LOG_TYPE_IRCD, 0, logFileName);
422  
423 <  init_netio();         /* This needs to be setup early ! -- adrian */
423 >  netio_init();         /* This needs to be setup early ! -- adrian */
424    tls_init();
425  
426    /* Check if there is pidfile and daemon already running */

Diff Legend

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