This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / ipv4 / netfilter / ip_nat_standalone.c
index 71bd2e0..e4e9612 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);