commit | 9abdcf6b6cf387035d934c77bf9ebe5e747166f9 | [log] [tgz] |
---|---|---|
author | Yuri Gushin <yuri@ecl-labs.org> | Tue Jun 27 03:01:03 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Jun 29 16:57:44 2006 -0700 |
tree | 2ea946e64ed3b80d872376856b3873a43ebce82f | |
parent | 40a839fdbd5d76cebb2a61980bc1fc7ecd784be2 [diff] |
[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 <yuri@ecl-labs.org> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>