ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/newio/src/channel.c
(Generate patch)

Comparing branches/newio/src/channel.c (file contents):
Revision 2406 by michael, Sat Jul 13 22:13:28 2013 UTC vs.
Revision 2407 by michael, Wed Jul 17 20:29:02 2013 UTC

# Line 600 | Line 600 | find_bmask(const struct Client *who, con
600              if (match_ipv4(&who->localClient->ip, &bp->addr, bp->bits))
601                return 1;
602            break;
603 #ifdef IPV6
603          case HM_IPV6:
604            if (who->localClient->aftype == AF_INET6)
605              if (match_ipv6(&who->localClient->ip, &bp->addr, bp->bits))
606                return 1;
607            break;
609 #endif
608          default:
609            assert(0);
610        }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines