summaryrefslogtreecommitdiffstats
path: root/kernel/ipt_set.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ipt_set.c')
-rw-r--r--kernel/ipt_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/ipt_set.c b/kernel/ipt_set.c
index b08b3bb..114f973 100644
--- a/kernel/ipt_set.c
+++ b/kernel/ipt_set.c
@@ -175,7 +175,7 @@ static void destroy(const struct xt_match *match,
return;
}
#endif
- ip_set_put(info->match_set.index);
+ ip_set_put_byindex(info->match_set.index);
}
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,17)