This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / ipv4 / netfilter / ip_fw_compat.c
index 840643d..f7146f3 100644 (file)
@@ -69,7 +69,7 @@ fw_in(unsigned int hooknum,
        /* Assume worse case: any hook could change packet */
        (*pskb)->nfcache |= NFC_UNKNOWN | NFC_ALTERED;
        if ((*pskb)->ip_summed == CHECKSUM_HW)
-               if (skb_checksum_help(*pskb, (out == NULL)))
+               if (skb_checksum_help(pskb, (out == NULL)))
                        return NF_DROP;
 
        switch (hooknum) {