]> git.ipfire.org Git - thirdparty/bind9.git/commit
incidental cleanups
authorEvan Hunt <each@isc.org>
Thu, 2 Dec 2021 20:10:54 +0000 (12:10 -0800)
committerEvan Hunt <each@isc.org>
Wed, 8 Dec 2021 18:22:03 +0000 (10:22 -0800)
commit157d7bd0e9bbf6db8911ab982fc095fffebd2b6b
tree4a9a034d8f2cc6f50e36ce79e585b1621cf2d673
parent5f82fc11a9cf2f847540df256584933f6402bfa2
incidental cleanups

the 'dipsatchmgr->state' was never set, so the MGR_IS_SHUTTINGDOWN
macro was always false. both of these have been removed.

renamed the 'dispatch->state' field to 'tcpstate' to make its purpose
less ambiguous.

changed an FCTXTRACE log message from "response did not match question"
to the more correctly descriptive "invalid question section".
lib/dns/dispatch.c
lib/dns/resolver.c