mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 17:00:00 -04:00
sync
This commit is contained in:
parent
35c014cb1d
commit
f8ef82e475
2 changed files with 2 additions and 2 deletions
|
|
@ -8619,7 +8619,7 @@ resquery_response(isc_task_t *task, isc_event_t *event) {
|
|||
inc_stats(fctx->res, dns_resstatscounter_nextitem);
|
||||
INSIST(query->dispentry != NULL);
|
||||
result = dns_dispatch_getnext(query->dispentry, &devent);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
if (result != ISC_R_SUCCESS)
|
||||
fctx_done(fctx, result, __LINE__);
|
||||
} else if (result == ISC_R_SUCCESS && !HAVE_ANSWER(fctx)) {
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -3186,7 +3186,7 @@ exit 0;
|
|||
# --enable-full-report supported by verbose
|
||||
# --enable-dnstap not supported (requires libfstrm support on WIN32)
|
||||
# --enable-seccomp not supported (Linux specific)
|
||||
# --enable-afl not supported (not yet considered on WIN32)
|
||||
# --enable-afl not supported (not yet available on Visual Studio C++)
|
||||
# --with-python supported
|
||||
# --with-openssl supported
|
||||
# --with-pkcs11 supported
|
||||
|
|
|
|||
Loading…
Reference in a new issue