diff options
Diffstat (limited to 'net/ipv4/ip_output.c')
-rw-r--r-- | net/ipv4/ip_output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index 80d13103b2b0..766564cb4207 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c | |||
@@ -392,7 +392,6 @@ static void ip_copy_metadata(struct sk_buff *to, struct sk_buff *from) | |||
392 | #endif | 392 | #endif |
393 | #ifdef CONFIG_NETFILTER | 393 | #ifdef CONFIG_NETFILTER |
394 | to->nfmark = from->nfmark; | 394 | to->nfmark = from->nfmark; |
395 | to->nfcache = from->nfcache; | ||
396 | /* Connection association is same as pre-frag packet */ | 395 | /* Connection association is same as pre-frag packet */ |
397 | nf_conntrack_put(to->nfct); | 396 | nf_conntrack_put(to->nfct); |
398 | to->nfct = from->nfct; | 397 | to->nfct = from->nfct; |