2
0
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:
David Lawrence 1999-10-12 14:22:31 +00:00
parent fe7ce2204b
commit 51e416ea19

View File

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