]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactor the normal vs error path in control_senddone()
authorOndřej Surý <ondrej@isc.org>
Thu, 8 Feb 2024 11:31:09 +0000 (12:31 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 8 Feb 2024 16:16:41 +0000 (17:16 +0100)
commit5964eb47969f4dc375adcdcd42305044e38e766d
tree488ea8407c30e5482dfc3780f0b154ca89d2e081
parentde25743e00cb84a5e5c923961305af492b51586f
Refactor the normal vs error path in control_senddone()

The code flow in control_senddone() was modified to be simpler to follow
and superfluous INSIST() was zapped from control_recvmessage().
bin/named/controlconf.c