|
@@ -767,7 +767,7 @@ ip_set_destroy(struct sock *ctnl, struct sk_buff *skb,
|
|
if (!attr[IPSET_ATTR_SETNAME]) {
|
|
if (!attr[IPSET_ATTR_SETNAME]) {
|
|
for (i = 0; i < ip_set_max; i++) {
|
|
for (i = 0; i < ip_set_max; i++) {
|
|
if (ip_set_list[i] != NULL && ip_set_list[i]->ref) {
|
|
if (ip_set_list[i] != NULL && ip_set_list[i]->ref) {
|
|
- ret = IPSET_ERR_BUSY;
|
|
|
|
|
|
+ ret = -IPSET_ERR_BUSY;
|
|
goto out;
|
|
goto out;
|
|
}
|
|
}
|
|
}
|
|
}
|