WIP: fix configure --enable-afl

This commit is contained in:
Petr Špaček
2024-02-01 18:03:57 +01:00
parent 87bc42c991
commit eb4c4cf428
+1 -1
View File
@@ -8897,7 +8897,7 @@ resquery_response(isc_task_t *task, isc_event_t *event) {
#ifdef ENABLE_AFL
if (dns_fuzzing_resolver && (keep_trying || resend)) {
fctx_done(fctx, DNS_R_SERVFAIL, __LINE__);
goto cleanup_rmessage;
goto detach_rmessage;
} else
#endif
if (keep_trying) {