From: Eric Paris Date: Tue, 19 Oct 2010 22:17:32 +0000 (-0400) Subject: secmark: fix config problem when CONFIG_NF_CONNTRACK_SECMARK is not set X-Git-Tag: v2.6.37-rc1~218^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff660c80d00b52287f1f67ee6c115dc0057bcdde;p=pandora-kernel.git secmark: fix config problem when CONFIG_NF_CONNTRACK_SECMARK is not set When CONFIG_NF_CONNTRACK_SECMARK is not set we accidentally attempt to use the secmark fielf of struct nf_conn. Problem is when that config isn't set the field doesn't exist. whoops. Wrap the incorrect usage in the config. Signed-off-by: Eric Paris Signed-off-by: James Morris --- Reading git-diff-tree failed