2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Update out of date comment

This commit is contained in:
Mark Andrews
2021-07-12 12:29:55 +10:00
parent 0477938e2f
commit 3c942a3e3a

View File

@@ -10010,14 +10010,6 @@ rctx_badserver(respctx_t *rctx, isc_result_t result) {
{
/*
* It's very likely they don't like EDNS0.
* If the response code is SERVFAIL, also check if the
* response contains an OPT RR and don't cache the
* failure since it can be returned for various other
* reasons.
*
* XXXRTH We should check if the question
* we're asking requires EDNS0, and
* if so, we should bail out.
*/
rctx->retryopts |= DNS_FETCHOPT_NOEDNS0;
rctx->resend = true;