2
0
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:
Bob Halley
1999-11-24 19:54:48 +00:00
parent 294802790e
commit 031614c8da

View File

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