]> 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>
Mon, 4 Sep 2023 08:04:52 +0000 (08:04 +0000)
commit46969dca754d54ba0a06a6901487df1710989cd5
tree75e19714ab99f79a56a9043d9de2477b83572166
parent07b2d19b9217a7b0569312809566c080584f9de1
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.

(cherry picked from commit 00cb151f8e6a280152f8da3cf9e008fa69599e73)
lib/dns/zone.c