Merge branch 'master' of /repos/git/net-next-2.6
[cascardo/linux.git] / net / ipv6 / netfilter / nf_conntrack_reasm.c
index dd5b9bd..6fb8901 100644 (file)
@@ -644,7 +644,7 @@ void nf_ct_frag6_output(unsigned int hooknum, struct sk_buff *skb,
                s2 = s->next;
                s->next = NULL;
 
-               NF_HOOK_THRESH(PF_INET6, hooknum, s, in, out, okfn,
+               NF_HOOK_THRESH(NFPROTO_IPV6, hooknum, s, in, out, okfn,
                               NF_IP6_PRI_CONNTRACK_DEFRAG + 1);
                s = s2;
        }