[NETFILTER]: C99 initizalizers for NAT protocols
[safe/jmp/linux-2.6] / net / ipv4 / netfilter / ipt_TCPMSS.c
index 7b84a25..9492883 100644 (file)
@@ -190,7 +190,6 @@ ipt_tcpmss_target(struct sk_buff **pskb,
               newmss);
 
  retmodified:
-       (*pskb)->nfcache |= NFC_UNKNOWN | NFC_ALTERED;
        return IPT_CONTINUE;
 }