Doing a SIG query to a nonsecure zone was returning SERVFAIL instead of

no error, no data.
This commit is contained in:
Bob Halley 1999-08-31 22:24:36 +00:00
parent 732e0731de
commit 5c48c142e3

View file

@ -1156,6 +1156,8 @@ query_find(ns_client_t *client) {
* Add SOA.
*/
result = query_addsoa(client, db);
if (result == ISC_R_SUCCESS)
result = DNS_R_NOMORE;
} else {
/*
* Something went wrong.