ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_undline.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/modules/m_undline.c (file contents):
Revision 4413 by michael, Sun Jun 22 21:50:48 2014 UTC vs.
Revision 4414 by michael, Thu Aug 7 14:06:08 2014 UTC

# Line 58 | Line 58 | remove_dline_match(const char *host)
58  
59    if ((t = parse_netmask(host, &iphost, NULL)) != HM_HOST)
60    {
61 #ifdef IPV6
61      if (t == HM_IPV6)
62        aftype = AF_INET6;
63      else
65 #endif
64        aftype = AF_INET;
65      piphost = &iphost;
66    }

Diff Legend

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