]> git.ipfire.org Git - thirdparty/bind9.git/commit
Refactor fix_iterator
authorMatthijs Mekking <matthijs@isc.org>
Fri, 10 May 2024 15:19:15 +0000 (17:19 +0200)
committerEvan Hunt <each@isc.org>
Tue, 14 May 2024 19:58:46 +0000 (12:58 -0700)
commit91de4f6490df803352d482fd1c2e164d3d487a33
tree486484a59c4f5d056937c3bdd50b2e21105ffeed
parentac569ad544676a5b87e7373cceb124f0c65a0499
Refactor fix_iterator

The code below the if/else construction could only be run if the 'if'
code path was taken. Move the code into the 'if' code block so that
it is more easier to read.
lib/dns/qp.c