mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-17 01:28:33 -05:00
stream reuse, fix bad id in reply errors.
This commit is contained in:
parent
46a364be8e
commit
e431676457
1 changed files with 1 additions and 1 deletions
|
|
@ -935,7 +935,7 @@ outnet_tcp_cb(struct comm_point* c, void* arg, int error,
|
|||
w = reuse_tcp_by_id_find(&pend->reuse, id);
|
||||
}
|
||||
}
|
||||
if(!w) {
|
||||
if(error == NETEVENT_NOERROR && !w) {
|
||||
/* no struct waiting found in tree, no reply to call */
|
||||
log_addr(VERB_QUERY, "outnettcp: bad ID in reply, from:",
|
||||
&pend->reuse.addr, pend->reuse.addrlen);
|
||||
|
|
|
|||
Loading…
Reference in a new issue