From: Eric Leblond Date: Thu, 2 Jan 2014 09:03:45 +0000 (+0100) Subject: netfilter: xt_CT: fix error value in xt_ct_tg_check() X-Git-Tag: v3.14-rc1~94^2~284^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14abfa161d256c60f3ea6ba494704ac634b94f63;p=pandora-kernel.git netfilter: xt_CT: fix error value in xt_ct_tg_check() If setting event mask fails then we were returning 0 for success. This patch updates return code to -EINVAL in case of problem. Signed-off-by: Eric Leblond Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed