]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/netfilter/xt_state.c
[NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4proto
[linux-2.6-omap-h63xx.git] / net / netfilter / xt_state.c
index 2e1716d425bd296fa418e65f851133a69d5a08de..a776dc36a19343ae678cf192baa7ae680c4e1478 100644 (file)
@@ -47,7 +47,7 @@ state_mt_check(const char *tablename, const void *inf,
 {
        if (nf_ct_l3proto_try_module_get(match->family) < 0) {
                printk(KERN_WARNING "can't load conntrack support for "
-                                   "proto=%d\n", match->family);
+                                   "proto=%u\n", match->family);
                return false;
        }
        return true;