]> git.ipfire.org Git - thirdparty/bind9.git/commit
incidental cleanup
authorEvan Hunt <each@isc.org>
Tue, 19 Oct 2021 00:57:58 +0000 (17:57 -0700)
committerEvan Hunt <each@isc.org>
Thu, 21 Oct 2021 08:39:30 +0000 (01:39 -0700)
commit93f5bc893eca1db47f42fce8b3aae3101dd5a772
treef25b0bcc8544c93df1f7cbcd26829e746ab9dd6d
parent6ba91a07ff4a2ef28fd4d5bbc2f423e73fc58684
incidental cleanup

The NAME_FETCH_A and NAME_FETCH_AAAA macros were meant to be
boolean, indicating whether the pointers were set or not, while
the NAME_FETCH_V4 and NAME_FETCH_V6 macros were meant to return
the pointer values. The latter were only used as booleans, so
they've been removed in favor of the former.

Also did some style cleanup and removed an unreachable code block.
lib/dns/adb.c