mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
get additional section processing working again.
This commit is contained in:
parent
c6dfea8665
commit
b3bdf85fd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue