ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/src/s_conf.c
(Generate patch)

Comparing ircd-hybrid/src/s_conf.c (file contents):
Revision 67 by adx, Mon Oct 3 22:23:39 2005 UTC vs.
Revision 68 by adx, Tue Oct 4 00:44:29 2005 UTC

# Line 1780 | Line 1780 | rehash(int sig)
1780    /* don't close listeners until we know we can go ahead with the rehash */
1781  
1782    /* Check to see if we magically got(or lost) IPv6 support */
1783 <  check_can_use_v6();
1783 >  ServerInfo.can_use_v6 = check_can_use_v6();
1784  
1785    read_conf_files(0);
1786  

Diff Legend

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