mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:22:05 -04:00
Merge branch '3562-assign-default-value-to-suffix-v9_18' into 'v9_18'
Suffix may be used before it is assigned a value [v9_18] See merge request isc-projects/bind9!6836
This commit is contained in:
commit
79462fcb1d
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,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