mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'marka-set-suffix-in-ans.py-v9_18' into 'v9_18'
Ensure suffix is always valid in bin/tests/system/qmin/ans4/ans.py [v9_18] See merge request isc-projects/bind9!6619
This commit is contained in:
commit
78a14a5f07
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ def create_response(msg):
|
|||
qname = m.question[0].name.to_text()
|
||||
lqname = qname.lower()
|
||||
labels = lqname.split(".")
|
||||
suffix = ""
|
||||
|
||||
# get qtype
|
||||
rrtype = m.question[0].rdtype
|
||||
|
|
|
|||
Loading…
Reference in a new issue