# | 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 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |