]> git.ipfire.org Git - thirdparty/bind9.git/commit
address '--disable-doh' failures
authorEvan Hunt <each@isc.org>
Mon, 8 Nov 2021 20:44:55 +0000 (12:44 -0800)
committerEvan Hunt <each@isc.org>
Wed, 17 Nov 2021 21:48:43 +0000 (13:48 -0800)
commit7f63ee3bae4c597892ae4b33ffa28d815e49ff27
tree09a9a2c7f3e14ddcba33b672f3362eceb04951b0
parenta58859b197a7d25573b1f007a4153fe730aa0a6a
address '--disable-doh' failures

Change 5756 (GL #2854) introduced build errors when using
'configure --disable-doh'.  To fix this, isc_nm_is_http_handle() is
now defined in all builds, not just builds that have DoH enabled.

Missing code comments were added both for that function and for
isc_nm_is_tlsdns_handle().
lib/isc/include/isc/netmgr.h
lib/isc/netmgr/http.c
lib/isc/netmgr/netmgr.c
lib/ns/query.c