]> git.ipfire.org Git - thirdparty/bind9.git/commit
Print diagnostics on dns_name_issubdomain() failure in fctx_create()
authorOndřej Surý <ondrej@isc.org>
Mon, 24 Aug 2020 08:15:07 +0000 (10:15 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 2 Sep 2020 16:29:01 +0000 (18:29 +0200)
commit56d2cf6f1ef008ab6cb50545af9b1d8a5c1ece81
tree0034f9fa23248263fb9f723ea55bc450e7ee89de
parent184b608745f50434a38eddd0d6416a11d21f2585
Print diagnostics on dns_name_issubdomain() failure in fctx_create()

Log diagnostic message when dns_name_issubdomain() in the fctx_create()
when the resolver is qname minimizing and forwarding at the same time.

(cherry picked from commit 0a22024c270a38a54f0d51621a046b726df158c0)
lib/dns/resolver.c