mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 18:12:49 -04:00
Merge branch '2204-investigate-pipeline-system-test-failure-v9_16' into 'v9_16'
Restore the dns_message_reset() call before the dns_dispatch_getnext() See merge request isc-projects/bind9!4249
This commit is contained in:
commit
9708b644ae
1 changed files with 1 additions and 0 deletions
|
|
@ -9651,6 +9651,7 @@ rctx_next(respctx_t *rctx) {
|
|||
FCTXTRACE("nextitem");
|
||||
inc_stats(rctx->fctx->res, dns_resstatscounter_nextitem);
|
||||
INSIST(rctx->query->dispentry != NULL);
|
||||
dns_message_reset(rctx->query->rmessage, DNS_MESSAGE_INTENTPARSE);
|
||||
result = dns_dispatch_getnext(rctx->query->dispentry, &rctx->devent);
|
||||
if (result != ISC_R_SUCCESS) {
|
||||
fctx_done(rctx->fctx, result, __LINE__);
|
||||
|
|
|
|||
Loading…
Reference in a new issue