From: Yuri Gushin Date: Tue, 27 Jun 2006 10:01:03 +0000 (-0700) Subject: [NETFILTER]: xt_tcpudp: fix double unregistration in error path X-Git-Tag: v2.6.18-rc1~321^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9abdcf6b6cf387035d934c77bf9ebe5e747166f9;p=pandora-kernel.git [NETFILTER]: xt_tcpudp: fix double unregistration in error path "xt_unregister_match(AF_INET, &tcp_matchstruct)" is called twice, leaving "udp_matchstruct" registered, in case of a failure in the registration of the udp6 structure. Signed-off-by: Yuri Gushin Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed