]> git.ipfire.org Git - thirdparty/bind9.git/commit
clean up fix_iterator() arguments
authorEvan Hunt <each@isc.org>
Thu, 18 Apr 2024 23:25:48 +0000 (16:25 -0700)
committerEvan Hunt <each@isc.org>
Thu, 25 Apr 2024 17:29:07 +0000 (10:29 -0700)
commit66dbff596b223e6084c113f61293ee4f0f0caaf2
treecd38e98fff38f5b47402fe69144cfb9909a23717
parent2dff9266248928729a44bd0e7b525941a4187407
clean up fix_iterator() arguments

the value passed as 'start' was redundant; it's always the same
as the current top of the iterator stack.
lib/dns/qp.c