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-7.2/src/ircd.c (file contents):
Revision 1011 by michael, Fri Sep 18 10:14:09 2009 UTC vs.
Revision 1013 by michael, Sun Oct 18 14:26:49 2009 UTC

# Line 93 | Line 93 | char ircd_platform[PLATFORMLEN];
93  
94   int dorehash = 0;
95   int doremotd = 0;
96 time_t nextconnect = 1;       /* time for next try_connections call */
96  
97   /* Set to zero because it should be initialized later using
98   * initialize_server_capabs
# Line 104 | Line 103 | int default_server_capabs = 0;
103   int bio_spare_fd = -1;
104   #endif
105  
106 < int splitmode;
107 < int splitchecking;
108 < int split_users;
106 > unsigned int splitmode;
107 > unsigned int splitchecking;
108 > unsigned int split_users;
109   unsigned int split_servers;
110  
111   /* Do klines the same way hybrid-6 did them, i.e. at the
# Line 568 | Line 567 | main(int argc, char *argv[])
567    /* Check if there is pidfile and daemon already running */
568    check_pidfile(pidFileName);
569  
571 #ifndef NOBALLOC
570    initBlockHeap();
573 #endif
571    init_dlink_nodes();
572    init_callbacks();
573    initialize_message_files();

Diff Legend

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