rollback the code

This commit is contained in:
Kevin Chou 2019-05-05 10:47:00 +08:00
parent 3280e76527
commit 5f4c9b0dfe

View File

@ -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);
if (ret < 0) {
log_err("ipset: could not add %s into %s", dname, setname);
return ret;
break;
}
}
}