]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fixup! add debugging 5578-tracker-parent-fetch-debugging
authorOndřej Surý <ondrej@isc.org>
Wed, 22 Oct 2025 18:54:24 +0000 (20:54 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 22 Oct 2025 18:54:24 +0000 (20:54 +0200)
lib/dns/resolver.c

index a7b05b2b04d2849b6873bb22aa6988dc2d422590..bdfa7dfc3a5664e5fcae3231689a8d4b04a88440 100644 (file)
@@ -3334,9 +3334,7 @@ findname(fetchctx_t *fctx, const dns_name_t *name, in_port_t port,
         * fetch, because if it is, we won't be answering it and it
         * won't be answering us.
         */
-       if (0 && waiting_for(find, fctx->type) &&
-           dns_name_equal(name, fctx->name))
-       {
+       if (waiting_for(find, fctx->type) && dns_name_equal(name, fctx->name)) {
                fctx->adberr++;
                isc_log_write(DNS_LOGCATEGORY_RESOLVER, DNS_LOGMODULE_RESOLVER,
                              ISC_LOG_INFO, "loop detected resolving '%s'",