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-8/src/ircd.c (file contents), Revision 1446 by michael, Mon Jun 25 20:05:12 2012 UTC vs.
ircd-hybrid/trunk/src/ircd.c (file contents), Revision 1592 by michael, Sat Oct 27 21:02:32 2012 UTC

# Line 505 | Line 505 | main(int argc, char *argv[])
505    ConfigFileEntry.configfile = CPATH;  /* Server configuration file */
506    ConfigFileEntry.klinefile  = KPATH;  /* Server kline file         */
507    ConfigFileEntry.xlinefile  = XPATH;  /* Server xline file         */
508  ConfigFileEntry.rxlinefile = RXPATH; /* Server regex xline file   */
509  ConfigFileEntry.rklinefile = RKPATH; /* Server regex kline file   */
508    ConfigFileEntry.dlinefile  = DLPATH; /* dline file                */
511  ConfigFileEntry.glinefile  = GPATH;  /* gline log file            */
509    ConfigFileEntry.cresvfile  = CRESVPATH; /* channel resv file      */
510    ConfigFileEntry.nresvfile  = NRESVPATH; /* nick resv file         */
511    myargv = argv;

Diff Legend

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