From: Jesper Dangaard Brouer Date: Wed, 27 May 2009 13:45:34 +0000 (+0200) Subject: netfilter: xt_hashlimit does a wrong SEQ_SKIP X-Git-Tag: v2.6.30-rc8~9^2~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=683a04cebc63819a36b1db19843bd17771f05b55;p=pandora-kernel.git netfilter: xt_hashlimit does a wrong SEQ_SKIP The function dl_seq_show() returns 1 (equal to SEQ_SKIP) in case a seq_printf() call return -1. It should return -1. This SEQ_SKIP behavior brakes processing the proc file e.g. via a pipe or just through less. Signed-off-by: Jesper Dangaard Brouer Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed