From: Jan Engelhardt Date: Wed, 17 Mar 2010 23:44:52 +0000 (+0100) Subject: netfilter: xtables: make use of caller family rather than match family X-Git-Tag: v2.6.35-rc1~473^2~168^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa5fa3185791aac71c9172d4fda3e8729164b5d1;p=pandora-kernel.git netfilter: xtables: make use of caller family rather than match family The matches can have .family = NFPROTO_UNSPEC, and though that is not the case for the touched modules, it seems better to just use the nfproto from the caller. Signed-off-by: Jan Engelhardt --- Reading git-diff-tree failed