]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix building BIND without DoH support
authorArtem Boldariev <artem@boldariev.com>
Tue, 31 Aug 2021 11:06:51 +0000 (14:06 +0300)
committerMichał Kępień <michal@isc.org>
Tue, 31 Aug 2021 13:20:05 +0000 (15:20 +0200)
commit42868c6f3eaaa8844833487776c56e9762500237
treebfb2267fead0fc0baf9b8cd5a7e93b49dbf4b122
parent35f2fa7fd55747753ccde2c31063582e850829e7
Fix building BIND without DoH support

The body of the listenelt_http() function was not properly wrapped in
ifdef ... endif, leading to build failures with DoH disabled.
bin/named/server.c