mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 01:52:53 -04:00
remove unreachable line
This commit is contained in:
parent
dbe761ac41
commit
cab2b0d941
1 changed files with 0 additions and 1 deletions
|
|
@ -4595,7 +4595,6 @@ rpz_rewrite_ip_rrset(ns_client_t *client,
|
|||
rpz_log_fail(client, DNS_RPZ_DEBUG_LEVEL1, name, rpz_type,
|
||||
"NS address rewrite rrset ", result);
|
||||
return (ISC_R_SUCCESS);
|
||||
break;
|
||||
default:
|
||||
if (client->query.rpz_st->m.policy != DNS_RPZ_POLICY_ERROR) {
|
||||
client->query.rpz_st->m.policy = DNS_RPZ_POLICY_ERROR;
|
||||
|
|
|
|||
Loading…
Reference in a new issue