2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

don't core dump if we get an upwards referral

This commit is contained in:
Bob Halley 1999-11-24 00:34:01 +00:00
parent feee451098
commit 86a30f8262

View File

@ -2881,7 +2881,6 @@ resquery_response(isc_task_t *task, isc_event_t *event) {
* *
* XXXRTH What should we do here? * XXXRTH What should we do here?
*/ */
QTRACE("avoiding upward referral");
fctx_done(fctx, DNS_R_SERVFAIL); fctx_done(fctx, DNS_R_SERVFAIL);
return; return;
} }