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 1654 by michael, Fri Nov 16 19:39:37 2012 UTC vs.
Revision 1702 by michael, Thu Dec 20 15:49:20 2012 UTC

# Line 503 | Line 503 | main(int argc, char *argv[])
503    init_chcap_usage_counts();
504  
505    ConfigFileEntry.dpath      = DPATH;
506 <  ConfigFileEntry.configfile = CPATH;  /* Server configuration file */
507 <  ConfigFileEntry.klinefile  = KPATH;  /* Server kline file         */
508 <  ConfigFileEntry.xlinefile  = XPATH;  /* Server xline file         */
509 <  ConfigFileEntry.dlinefile  = DLPATH; /* dline file                */
510 < //  ConfigFileEntry.cresvfile  = CRESVPATH; /* channel resv file      */
511 < //  ConfigFileEntry.nresvfile  = NRESVPATH; /* nick resv file         */
506 >  ConfigFileEntry.configfile = CPATH;    /* Server configuration file */
507 >  ConfigFileEntry.klinefile  = KPATH;    /* Server kline file         */
508 >  ConfigFileEntry.klinefile  = GPATH;    /* Server gline file         */
509 >  ConfigFileEntry.xlinefile  = XPATH;    /* Server xline file         */
510 >  ConfigFileEntry.dlinefile  = DLPATH;   /* dline file                */
511 >  ConfigFileEntry.resvfile   = RESVPATH; /* resv file                 */
512 >
513    myargv = argv;
514    umask(077);                /* better safe than sorry --SRB */
515  

Diff Legend

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