mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-13 05:17:44 +02:00
port to 64bit.
git-svn-id: file:///svn/unbound/trunk@1356 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
@@ -58,7 +58,6 @@ static void print_neg_cache(struct val_neg_cache* neg)
|
||||
printf("neg_cache print\n");
|
||||
printf("memuse %d of %d\n", (int)neg->use, (int)neg->max);
|
||||
printf("maxiter %d\n", (int)neg->nsec3_max_iter);
|
||||
printf("first=%x last=%x\n", (unsigned)neg->first, (unsigned)neg->last);
|
||||
printf("%d zones\n", (int)neg->tree.count);
|
||||
RBTREE_FOR(z, struct val_neg_zone*, &neg->tree) {
|
||||
dname_str(z->name, buf);
|
||||
|
||||
Reference in New Issue
Block a user