]> git.ipfire.org Git - thirdparty/bind9.git/commit
Cleanup the FAIL() macro in the dns_xfrin
authorOndřej Surý <ondrej@isc.org>
Thu, 12 Oct 2023 15:44:51 +0000 (17:44 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 19 Oct 2023 12:57:25 +0000 (14:57 +0200)
commit8a590d16058aa86ef752fb0749f79c00debf361e
tree4270f3a3f3961d99ca944e679daa2bf9b6acb5cc
parentd233fc1730af29602020f49976afaee7879a0945
Cleanup the FAIL() macro in the dns_xfrin

The FAIL() macro was just setting the result and jumping to failure,
unobfuscate the code by removing the macro.
lib/dns/xfrin.c