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/branches/8.2.x/src/ircd.c (file contents):
Revision 6642 by michael, Sat Oct 24 17:26:12 2015 UTC vs.
Revision 6643 by michael, Sat Oct 24 18:42:08 2015 UTC

# Line 586 | Line 586 | main(int argc, char *argv[])
586  
587    event_addish(&event_save_all_databases, NULL);
588  
589 <  if (ConfigServerHide.flatten_links_delay && event_write_links_file.enabled == 0)
589 >  if (ConfigServerHide.flatten_links_delay && event_write_links_file.active == 0)
590    {
591      event_write_links_file.when = ConfigServerHide.flatten_links_delay;
592      event_add(&event_write_links_file, NULL);

Diff Legend

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