2
0
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:
Bob Halley
1999-04-20 18:16:27 +00:00
parent 9efc87f857
commit c91195ca6d

View File

@@ -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];