mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 00:12:04 -04:00
switch from chain.level_count to chain.level_matches
This commit is contained in:
parent
9efc87f857
commit
c91195ca6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue