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

Comparing ircd-hybrid-8/src/ircd.c (file contents):
Revision 1357 by michael, Sat Apr 21 20:47:01 2012 UTC vs.
Revision 1361 by michael, Sun Apr 22 19:01:51 2012 UTC

# Line 563 | Line 563 | main(int argc, char *argv[])
563    init_hash();
564    init_ip_hash_table();      /* client host ip hash table */
565    init_host_hash();          /* Host-hashtable. */
566  clear_tree_parse();
566    init_client();
567    init_class();
568 <  init_whowas();
568 >  whowas_init();
569    watch_init();
570    init_auth();          /* Initialise the auth code */
571    init_resolver();      /* Needs to be setup before the io loop */

Diff Legend

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