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