From: Pablo Neira Ayuso Date: Fri, 27 Apr 2012 00:00:50 +0000 (+0200) Subject: netfilter: xt_CT: fix wrong checking in the timeout assignment path X-Git-Tag: v3.4-rc6~23^2~25^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cf51852486af3d79f57bf46d00209a14244dbaa;p=pandora-kernel.git netfilter: xt_CT: fix wrong checking in the timeout assignment path The current checking always succeeded. We have to check the first character of the string to check that it's empty, thus, skipping the timeout path. This fixes the use of the CT target without the timeout option. Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed