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

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 4744 by michael, Thu Oct 16 11:46:19 2014 UTC vs.
Revision 4778 by michael, Tue Oct 21 16:12:19 2014 UTC

# Line 318 | Line 318 | verify_access(struct Client *client_p)
318          return NOT_AUTHORIZED;
319        }
320  
321      if (IsConfDoIdentd(conf))
322        SetNeedId(client_p);
323
321        /* Thanks for spoof idea amm */
322        if (IsConfDoSpoofIp(conf))
323        {

Diff Legend

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