]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix an error when building with --disable-doh
authorEvan Hunt <each@isc.org>
Mon, 24 Oct 2022 20:54:39 +0000 (13:54 -0700)
committerEvan Hunt <each@isc.org>
Mon, 24 Oct 2022 20:54:39 +0000 (13:54 -0700)
commit67c0128ebb937794454716a0ffac2e2b6ce229bd
tree9bfe8279313d6102bae2e2b902ada50884e2d146
parentb586aac433644bd8cf84cbd4e68efb7c90870f49
Fix an error when building with --disable-doh

The netievent handler for isc_nmsocket_set_tlsctx() was inadvertently
ifdef'd out when BIND was built with --disable-doh, resulting in an
assertion failure on startup when DoT was configured.
lib/isc/netmgr/netmgr.c