mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
print the chain's level_matches and level_count for "c"heck command.
This commit is contained in:
@@ -189,6 +189,8 @@ detail(dns_rbt_t *rbt, dns_name_t *name) {
|
|||||||
printf("\n result from dns_rbtnodechain_current: %s\n",
|
printf("\n result from dns_rbtnodechain_current: %s\n",
|
||||||
dns_result_totext(result));
|
dns_result_totext(result));
|
||||||
|
|
||||||
|
printf(" level_matches = %d, level_count = %d\n",
|
||||||
|
chain.level_matches, chain.level_count);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Reference in New Issue
Block a user