]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix error path issue in xfrin_xmlrender()
authorAram Sargsyan <aram@isc.org>
Mon, 25 Sep 2023 09:38:03 +0000 (09:38 +0000)
committerAram Sargsyan <aram@isc.org>
Wed, 27 Sep 2023 10:03:40 +0000 (10:03 +0000)
commitf1f863dd8185ef70840848fc7f563bfe3bdd90e6
tree9f7fbf8463b3047c5dab702fc6809d6937750c65
parent2a2eba74fc6652f75e6e0c52324593fa730882dc
Fix error path issue in xfrin_xmlrender()

The TRY0 macro doesn't set the 'result' variable, so the error
log message is never printed. Remove the 'result' variable and
modify the function's control flow to be similar to the the
zone_xmlrender() function, with a separate error returning path.
bin/named/statschannel.c