summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_connmark.c
diff options
context:
space:
mode:
authorPatrick McHardy2006-10-12 23:07:52 +0200
committerDavid S. Miller2006-10-16 08:14:06 +0200
commitf64ad5bb044326c6ebc6535d661c1abe78a0e5f2 (patch)
treef0f87a6cedc74f34fc4c7264d732fdf005ba40a1 /net/netfilter/xt_connmark.c
parent[DECNET]: Use correct config option for routing by fwmark in compare_keys() (diff)
downloadkernel-qcow2-linux-f64ad5bb044326c6ebc6535d661c1abe78a0e5f2.tar.gz
kernel-qcow2-linux-f64ad5bb044326c6ebc6535d661c1abe78a0e5f2.tar.xz
kernel-qcow2-linux-f64ad5bb044326c6ebc6535d661c1abe78a0e5f2.zip
[NETFILTER]: fix cut-and-paste error in exit functions
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter/xt_connmark.c')
-rw-r--r--net/netfilter/xt_connmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/xt_connmark.c b/net/netfilter/xt_connmark.c
index 92a5726ef237..a8f03057dbde 100644
--- a/net/netfilter/xt_connmark.c
+++ b/net/netfilter/xt_connmark.c
@@ -147,7 +147,7 @@ static int __init xt_connmark_init(void)
static void __exit xt_connmark_fini(void)
{
- xt_register_matches(xt_connmark_match, ARRAY_SIZE(xt_connmark_match));
+ xt_unregister_matches(xt_connmark_match, ARRAY_SIZE(xt_connmark_match));
}
module_init(xt_connmark_init);