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

Comparing ircd-hybrid-7.2/src/ircd.c (file contents):
Revision 982 by michael, Thu Aug 13 22:15:08 2009 UTC vs.
Revision 998 by michael, Sun Aug 23 12:43:17 2009 UTC

# Line 605 | Line 605 | main(int argc, char *argv[])
605    init_class();
606    init_whowas();
607    watch_init();
608 +  init_auth();          /* Initialise the auth code */
609 +  init_resolver();      /* Needs to be setup before the io loop */
610    read_conf_files(1);   /* cold start init conf files */
611    me.id[0] = '\0';
612    init_uid();
611  init_auth();          /* Initialise the auth code */
612 #ifndef _WIN32
613  init_resolver();      /* Needs to be setup before the io loop */
614 #endif
613    initialize_server_capabs();   /* Set up default_server_capabs */
614    initialize_global_set_options();
615    init_channels();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines