]> git.ipfire.org Git - thirdparty/bind9.git/commit
Unobfuscate the code-flow logic in got_transfer_quota()
authorOndřej Surý <ondrej@isc.org>
Wed, 23 Aug 2023 14:04:44 +0000 (16:04 +0200)
committerArаm Sаrgsyаn <aram@isc.org>
Thu, 31 Aug 2023 09:40:54 +0000 (09:40 +0000)
commit00cb151f8e6a280152f8da3cf9e008fa69599e73
treeaac8487a6d2ad8fc99a55b6184377fc715d75039
parent6cab7fc6277fddbbd484c149d41c0d803d3c9748
Unobfuscate the code-flow logic in got_transfer_quota()

This refactors the code flow in got_transfer_quota() to not use the
CHECK() macro as it really obfuscates the code flow logic here.
lib/dns/zone.c