mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 09:03:56 -04:00
print the chain's level_matches and level_count for "c"heck command.
This commit is contained in:
parent
fe7ce2204b
commit
51e416ea19
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue