]> git.ipfire.org Git - thirdparty/bind9.git/commit
Avoid an empty block under if condition
authorDiego Fronza <diego@isc.org>
Sat, 27 Jun 2020 19:37:23 +0000 (16:37 -0300)
committerEvan Hunt <each@isc.org>
Wed, 25 Aug 2021 22:10:27 +0000 (15:10 -0700)
commit90e724af4571bd28586c0845c8b0fc59fc5b1d93
treea827deb4654c612821eb8f4a9ad220b12dc2595d
parent37f42d19a1d093b3297467fe519f5b1f44ba0e23
Avoid an empty block under if condition

This commit doesn't change the logic flow from previous code, it only
makes the code more readable and consistent.

More details on thread:
https://gitlab.isc.org/isc-projects/bind9/-/merge_requests/291#note_12185
lib/dns/zoneverify.c