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 3065 by michael, Thu Feb 27 19:03:46 2014 UTC vs.
Revision 3140 by michael, Wed Mar 12 19:23:20 2014 UTC

# Line 479 | Line 479 | main(int argc, char *argv[])
479    me.localClient = &meLocalUser;
480    dlinkAdd(&me, &me.node, &global_client_list);  /* Pointer to beginning
481                                                     of Client list */
482  /* Initialise the channel capability usage counts... */
483  init_chcap_usage_counts();
484
482    ConfigFileEntry.dpath      = DPATH;
483    ConfigFileEntry.configfile = CPATH;    /* Server configuration file */
484    ConfigFileEntry.klinefile  = KPATH;    /* Server kline file         */

Diff Legend

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