]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix consistency check for delv +ns and +qmin
authorEvan Hunt <each@isc.org>
Wed, 1 Nov 2023 16:00:45 +0000 (17:00 +0100)
committerEvan Hunt <each@isc.org>
Thu, 7 Dec 2023 01:31:39 +0000 (17:31 -0800)
commitced8a825036f58e746bc883fc777931bd9851072
treecfc6a772d7e6c836feb473b34c20a300d3baaee5
parent90a16b3e65a67f367b39be2791fb5435781106e9
fix consistency check for delv +ns and +qmin

the code to prevent +qmin from being used without +ns was
in the wrong place, resulting in it only working correctly
if +ns was specified first.
bin/delv/delv.c