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

Comparing ircd-hybrid-7.2/src/s_conf.c (file contents):
Revision 955 by michael, Tue Jul 21 17:34:06 2009 UTC vs.
Revision 956 by michael, Mon Jul 27 00:34:48 2009 UTC

# Line 1822 | Line 1822 | set_default_conf(void)
1822    ServerInfo.specific_ipv6_vhost = 0;
1823  
1824    ServerInfo.max_clients = MAXCLIENTS_MAX;
1825 <  /* Don't reset hub, as that will break lazylinks */
1826 <  /* ServerInfo.hub = NO; */
1825 >
1826 >  ServerInfo.hub = 0;
1827 >  delete_capability("HUB");
1828    ServerInfo.dns_host.sin_addr.s_addr = 0;
1829    ServerInfo.dns_host.sin_port = 0;
1830    AdminInfo.name = NULL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines