On Friday 2010-09-24 22:45, Eric Paris wrote: >+#ifdef CONFIG_NF_CONNTRACK_SECMARK >+static int ctnetlink_nlmsg_secctx_size(const struct nf_conn *ct) >+{ >+ int len; >+ >+ security_secid_to_secctx(ct->secmark, NULL, &len); >+ >+ return sizeof(char) * len; >+} >+#endif sizeof(char) is defined to be 1, so it's a little redundant. -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html