mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-09 22:03:15 -05:00
remove debug print out
git-svn-id: file:///svn/unbound/trunk@4052 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
6c456aa15e
commit
3d6783e38c
1 changed files with 0 additions and 2 deletions
|
|
@ -789,7 +789,6 @@ chaos_trustanchor(sldns_buffer* pkt, struct edns_data* edns, struct worker* w)
|
|||
char* str_array[16];
|
||||
int num = 0;
|
||||
struct trust_anchor* ta;
|
||||
log_info("trustanchor.unbound CH TXT");
|
||||
|
||||
if(!w->env.need_to_validate) {
|
||||
/* no validator module, reply no trustanchors */
|
||||
|
|
@ -839,7 +838,6 @@ chaos_trustanchor(sldns_buffer* pkt, struct edns_data* edns, struct worker* w)
|
|||
str_len -= strlen(str); str += strlen(str);
|
||||
}
|
||||
}
|
||||
log_info("insert string [%d] %s", num, str_array[num-1]);
|
||||
lock_basic_unlock(&ta->lock);
|
||||
}
|
||||
lock_basic_unlock(&w->env.anchors->lock);
|
||||
|
|
|
|||
Loading…
Reference in a new issue