]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
rollback the code
authorKevin Chou <k9982874@gmail.com>
Sun, 5 May 2019 02:47:00 +0000 (10:47 +0800)
committerKevin Chou <k9982874@gmail.com>
Sun, 5 May 2019 02:47:00 +0000 (10:47 +0800)
ipset/ipset.c

index 5d3d8ed3485d796a575c6e6f0529fc1cc4ed18c4..55ef05c3d3aaea42c5622f37db266a085a891fd6 100755 (executable)
@@ -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;
                                                                }
                                                        }
                                                }