From c91195ca6da167932cf976b3e635ef99dc5bc5b3 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 20 Apr 1999 18:16:27 +0000 Subject: [PATCH] switch from chain.level_count to chain.level_matches --- lib/dns/rbtdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index 326ffb7d9c..9febe2a3d7 100644 --- a/lib/dns/rbtdb.c +++ b/lib/dns/rbtdb.c @@ -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];