get additional section processing working again.

This commit is contained in:
Mark Andrews 1999-11-02 06:57:30 +00:00
parent c6dfea8665
commit b3bdf85fd8

View file

@ -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;
/*