]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/ipv4/netfilter/nf_conntrack_l3proto_ipv4_compat.c
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / net / ipv4 / netfilter / nf_conntrack_l3proto_ipv4_compat.c
index 37f8adb68c79e8619d1a45a496ca6e1ef37c7c8a..63f60fc5d26a49ea844c106e8570260b29445a88 100644 (file)
@@ -97,7 +97,7 @@ static int ct_show_secctx(struct seq_file *s, const struct nf_conn *ct)
 
        ret = security_secid_to_secctx(ct->secmark, &secctx, &len);
        if (ret)
-               return ret;
+               return 0;
 
        ret = seq_printf(s, "secctx=%s ", secctx);