]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fixup! fixup! WIP: Support new server connect syntax 2992-tcp-only-replace
authorArtem Boldariev <artem@boldariev.com>
Fri, 26 Nov 2021 20:18:35 +0000 (22:18 +0200)
committerArtem Boldariev <artem@boldariev.com>
Fri, 26 Nov 2021 20:18:35 +0000 (22:18 +0200)
bin/named/server.c

index 72833569af10d52c5ffaf3828387c556942e595a..fe44b9a0457349e55c5d5ce803dfdd6d095d6201 100644 (file)
@@ -1552,6 +1552,9 @@ configure_peer(const cfg_obj_t *cpeer, isc_mem_t *mctx, dns_peer_t **peerp) {
                                INSIST(0);
                                ISC_UNREACHABLE();
                        }
+               } else {
+                       INSIST(0);
+                       ISC_UNREACHABLE();
                }
 
                obj_port = cfg_tuple_get(obj, "port");