diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 043691b34b..f274048c6b 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -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)) { /* diff --git a/win32utils/Configure b/win32utils/Configure index 83bdf5fe26..cd496a5449 100644 --- a/win32utils/Configure +++ b/win32utils/Configure @@ -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