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

Comparing ircd-hybrid/trunk/src/channel.c (file contents):
Revision 4391 by michael, Sun Aug 3 17:48:25 2014 UTC vs.
Revision 4415 by michael, Thu Aug 7 14:09:36 2014 UTC

# Line 590 | Line 590 | find_bmask(const struct Client *who, con
590              if (match_ipv4(&who->localClient->ip, &bp->addr, bp->bits))
591                return 1;
592            break;
593 #ifdef IPV6
593          case HM_IPV6:
594            if (who->localClient->aftype == AF_INET6)
595              if (match_ipv6(&who->localClient->ip, &bp->addr, bp->bits))
596                return 1;
597            break;
599 #endif
598          default:
599            assert(0);
600        }

Diff Legend

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