mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 18:32:10 -04:00
Merge branch '2204-investigate-pipeline-system-test-failure' into 'main'
Resolve "Investigate pipeline system test failure" Closes #2204 See merge request isc-projects/bind9!4247
This commit is contained in:
commit
fe0a62654c
1 changed files with 1 additions and 0 deletions
|
|
@ -9565,6 +9565,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