]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/netfilter/nf_conntrack_h323_main.c
netfilter: Use unsigned types for hooknum and pf vars
[net-next-2.6.git] / net / netfilter / nf_conntrack_h323_main.c
index 2f83c158934d4ba5350d63aa86d6ff90ae99d585..5dc0478108ae978dadd2997f04d50bf396100c6c 100644 (file)
@@ -709,7 +709,8 @@ static int expect_h245(struct sk_buff *skb, struct nf_conn *ct,
 /* If the calling party is on the same side of the forward-to party,
  * we don't need to track the second call */
 static int callforward_do_filter(const union nf_inet_addr *src,
-                                 const union nf_inet_addr *dst, int family)
+                                const union nf_inet_addr *dst,
+                                u_int8_t family)
 {
        const struct nf_afinfo *afinfo;
        struct flowi fl1, fl2;