mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 22:42:04 -04:00
update copyright notice
This commit is contained in:
parent
41a6b3031e
commit
50464a3398
1 changed files with 1 additions and 1 deletions
|
|
@ -6515,7 +6515,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
|
|||
case DNS_RPZ_POLICY_DROP:
|
||||
result = ISC_R_SUCCESS;
|
||||
QUERY_ERROR(DNS_R_DROP);
|
||||
break;
|
||||
break;
|
||||
case DNS_RPZ_POLICY_NXDOMAIN:
|
||||
result = DNS_R_NXDOMAIN;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue