mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Fix typo that was breaking A6 additional section processing.
This commit is contained in:
@@ -439,7 +439,7 @@ query_simplefind(void *arg, dns_name_t *name, dns_rdatatype_t type,
|
||||
|
||||
if (result == ISC_R_NOTFOUND && USECACHE(client))
|
||||
dns_db_attach(client->view->cachedb, &db);
|
||||
else if (result != DNS_R_SUCCESS && result == DNS_R_PARTIALMATCH)
|
||||
else if (result != DNS_R_SUCCESS && result != DNS_R_PARTIALMATCH)
|
||||
goto cleanup;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user