|
@@ -1142,6 +1142,7 @@ ip_set_dump_start(struct sk_buff *skb, struct netlink_callback *cb)
|
|
|
if (ret || !cb->args[2]) {
|
|
if (ret || !cb->args[2]) {
|
|
|
pr_debug("release set %s\n", ip_set_list[index]->name);
|
|
pr_debug("release set %s\n", ip_set_list[index]->name);
|
|
|
ip_set_put_byindex(index);
|
|
ip_set_put_byindex(index);
|
|
|
|
|
+ cb->args[2] = 0;
|
|
|
}
|
|
}
|
|
|
out:
|
|
out:
|
|
|
if (nlh) {
|
|
if (nlh) {
|