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

Comparing ircd-hybrid/trunk/src/auth.c (file contents):
Revision 4309 by michael, Tue Jul 29 17:24:25 2014 UTC vs.
Revision 4340 by michael, Sat Aug 2 16:53:22 2014 UTC

# Line 298 | Line 298 | start_auth(struct Client *client_p)
298  
299    SetDNSPending(auth);
300  
301 <  if (ConfigFileEntry.disable_auth == 0)
301 >  if (ConfigGeneral.disable_auth == 0)
302    {
303      SetDoingAuth(auth);
304      start_auth_query(auth);

Diff Legend

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