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/trunk/src/ircd.c (file contents):
Revision 3167 by michael, Sat Mar 15 22:01:39 2014 UTC vs.
Revision 3215 by michael, Tue Mar 25 19:23:15 2014 UTC

# Line 140 | Line 140 | make_daemon(void)
140  
141   static int printVersion = 0;
142  
143 < static struct lgetopt myopts[] = {
143 > static struct lgetopt myopts[] =
144 > {
145    {"configfile", &ConfigFileEntry.configfile,
146     STRING, "File to use for ircd.conf"},
147    {"glinefile",  &ConfigFileEntry.glinefile,
# Line 198 | Line 199 | set_time(void)
199   static void
200   io_loop(void)
201   {
202 <  while (1 == 1)
202 >  while (1)
203    {
204      /*
205       * Maybe we want a flags word?
# Line 241 | Line 242 | io_loop(void)
242        rehash(1);
243        dorehash = 0;
244      }
245 +
246      if (doremotd)
247      {
248        motd_recache();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines