mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
rollback the code
This commit is contained in:
parent
3280e76527
commit
5f4c9b0dfe
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ static int ipset_update(struct module_env *env, struct dns_msg *return_msg, stru
|
||||||
ret = add_to_ipset(mnl, setname, rr_data + 2, af);
|
ret = add_to_ipset(mnl, setname, rr_data + 2, af);
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
log_err("ipset: could not add %s into %s", dname, setname);
|
log_err("ipset: could not add %s into %s", dname, setname);
|
||||||
return ret;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue