]> git.ipfire.org Git - thirdparty/bind9.git/commit
Cleanup the code to remove unnecessary indentation
authorAram Sargsyan <aram@isc.org>
Tue, 8 Feb 2022 12:01:51 +0000 (12:01 +0000)
committerAram Sargsyan <aram@isc.org>
Mon, 28 Mar 2022 10:17:56 +0000 (10:17 +0000)
commit9b84bfb5f403945402194deca5a61016d6d02a4a
tree824199c9eb6f11b2ff2cfdaa4c31c3471949f0a1
parentd29e5f197b630c202d49efa1a6f9bcab7a02ee48
Cleanup the code to remove unnecessary indentation

Because of the "goto" in the "if" body the "else" part is unnecessary
and adds another level of indentation.

Cleanup the code to not have the "else" part.
bin/named/server.c