]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/netfilter/xt_CONNSECMARK.c
netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() not skb
[linux-2.6-omap-h63xx.git] / net / netfilter / xt_CONNSECMARK.c
index ae939e54dfaad573c6f8f11bfbabcb7ee20e6a4c..5f221c3bd35c808af69f56938e46b6790b858afb 100644 (file)
@@ -43,7 +43,7 @@ static void secmark_save(const struct sk_buff *skb)
                ct = nf_ct_get(skb, &ctinfo);
                if (ct && !ct->secmark) {
                        ct->secmark = skb->secmark;
-                       nf_conntrack_event_cache(IPCT_SECMARK, skb);
+                       nf_conntrack_event_cache(IPCT_SECMARK, ct);
                }
        }
 }