From b3bdf85fd85a7f5c26e9f37c020e0b110cf8b485 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 2 Nov 1999 06:57:30 +0000 Subject: [PATCH] get additional section processing working again. --- bin/named/query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/named/query.c b/bin/named/query.c index 8fbdc99ef3..d3f50f6993 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -634,7 +634,7 @@ query_addadditional(void *arg, dns_name_t *name, dns_rdatatype_t qtype) { if (result == ISC_R_NOTFOUND && USECACHE(client)) dns_db_attach(client->view->cachedb, &db); - else if (result != DNS_R_SUCCESS) + else if (result != DNS_R_SUCCESS && result != DNS_R_PARTIALMATCH) goto cleanup; /*