mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 08:39:51 -05:00
Fixup to clean errinf on restart so no extremely long printouts.
git-svn-id: file:///svn/unbound/trunk@1900 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
009b2d7c0b
commit
e19f71ffa0
1 changed files with 1 additions and 0 deletions
|
|
@ -1884,6 +1884,7 @@ processFinished(struct module_qstate* qstate, struct val_qstate* vq,
|
|||
val_blacklist(&qstate->blacklist, qstate->region,
|
||||
qstate->reply_origin, 0);
|
||||
qstate->reply_origin = NULL;
|
||||
qstate->errinf = NULL;
|
||||
memset(vq, 0, sizeof(*vq));
|
||||
vq->restart_count = restart_count;
|
||||
vq->state = VAL_INIT_STATE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue