mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:30:00 -04:00
address rpz version issue
This commit is contained in:
parent
4b843e0cc8
commit
eaa394fcfa
1 changed files with 1 additions and 1 deletions
|
|
@ -6027,7 +6027,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
|
|||
* AAAA lookup on a rpz database adjust the qname.
|
||||
*/
|
||||
if (dns64 && rpz)
|
||||
rpzqname = client->query.rpz_st->p_name;
|
||||
rpzqname = client->query.rpz_st->qname;
|
||||
else
|
||||
rpzqname = client->query.qname;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue