From 76dca918b1e9f7494e90ba8032a0532fe9a908e3 Mon Sep 17 00:00:00 2001 From: Yuri Gushin Date: Tue, 27 Jun 2006 03:01:03 -0700 Subject: [PATCH] --- yaml --- r: 31323 b: refs/heads/master c: 9abdcf6b6cf387035d934c77bf9ebe5e747166f9 h: refs/heads/master i: 31321: 6d04c71654d24c31557c6c50914c1c9229d1f474 31319: 401f5c8ca00ec681e03c6f005de3eb5e589f51ec v: v3 --- [refs] | 2 +- trunk/net/netfilter/xt_tcpudp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 355ac3ae7788..33a7c416398a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 40a839fdbd5d76cebb2a61980bc1fc7ecd784be2 +refs/heads/master: 9abdcf6b6cf387035d934c77bf9ebe5e747166f9 diff --git a/trunk/net/netfilter/xt_tcpudp.c b/trunk/net/netfilter/xt_tcpudp.c index 1b61dac9c873..a9a63aa68936 100644 --- a/trunk/net/netfilter/xt_tcpudp.c +++ b/trunk/net/netfilter/xt_tcpudp.c @@ -260,7 +260,7 @@ static int __init xt_tcpudp_init(void) return ret; out_unreg_udp: - xt_unregister_match(&tcp_matchstruct); + xt_unregister_match(&udp_matchstruct); out_unreg_tcp6: xt_unregister_match(&tcp6_matchstruct); out_unreg_tcp: