mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +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.
|
||||
*/
|
||||
|
||||
i = search->chain.level_count;
|
||||
i = search->chain.level_matches;
|
||||
while (i > 0) {
|
||||
i--;
|
||||
node = search->chain.levels[i];
|
||||
|
Reference in New Issue
Block a user