mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 14:02:05 -04:00
Doing a SIG query to a nonsecure zone was returning SERVFAIL instead of
no error, no data.
This commit is contained in:
parent
732e0731de
commit
5c48c142e3
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue