mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
switch from chain.level_count to chain.level_matches
This commit is contained in:
@@ -1594,7 +1594,7 @@ find_deepest_zonecut(rbtdb_search_t *search, dns_dbnode_t **nodep,
|
|||||||
* Caller must be holding the tree lock.
|
* Caller must be holding the tree lock.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
i = search->chain.level_count;
|
i = search->chain.level_matches;
|
||||||
while (i > 0) {
|
while (i > 0) {
|
||||||
i--;
|
i--;
|
||||||
node = search->chain.levels[i];
|
node = search->chain.levels[i];
|
||||||
|
Reference in New Issue
Block a user