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

Comparing ircd-hybrid/trunk/src/hostmask.c (file contents):
Revision 3003 by michael, Wed Feb 19 10:05:57 2014 UTC vs.
Revision 3005 by michael, Wed Feb 19 10:40:15 2014 UTC

# Line 464 | Line 464 | find_conf_by_address(const char *name, s
464    int b;
465    int (*cmpfunc)(const char *, const char *) = do_match ? match : irccmp;
466  
467  if (password == NULL)
468    password = "";
469
467    if (addr)
468    {
469      /* Check for IPV6 matches... */

Diff Legend

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