upgrade to linux 2.6.10-1.12_FC2
[linux-2.6.git] / net / ipv4 / netfilter / ip_nat_standalone.c
index e4e9612..71bd2e0 100644 (file)
@@ -86,7 +86,7 @@ ip_nat_fn(unsigned int hooknum,
 
        /* If we had a hardware checksum before, it's now invalid */
        if ((*pskb)->ip_summed == CHECKSUM_HW)
-               if (skb_checksum_help(pskb, (out == NULL)))
+               if (skb_checksum_help(*pskb, (out == NULL)))
                        return NF_DROP;
 
        ct = ip_conntrack_get(*pskb, &ctinfo);