mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
For some zones, querying for a non-DS record, then a DS record would
time out and SERVFAIL.
This commit is contained in:
parent
edc944d166
commit
34c1d0e1b6
@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: query.c,v 1.226 2002/07/23 03:33:12 marka Exp $ */
|
/* $Id: query.c,v 1.227 2002/07/23 03:40:19 marka Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@ -2824,8 +2824,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
|
|||||||
/*
|
/*
|
||||||
* Recurse!
|
* Recurse!
|
||||||
*/
|
*/
|
||||||
/* XXXBEW look at this? */
|
if (dns_rdatatype_atparent(type))
|
||||||
if (type == dns_rdatatype_key)
|
|
||||||
result = query_recurse(client, qtype,
|
result = query_recurse(client, qtype,
|
||||||
NULL, NULL);
|
NULL, NULL);
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user