mirror of
https://github.com/adulau/pdns-qof-server.git
synced 2024-11-22 18:17:06 +00:00
rdata typo corrected
This commit is contained in:
parent
039c4bd45d
commit
31b8677dd5
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ def getRecord(t = None):
|
|||
rrval['count'] = getCount(t1=t, t2=rdata)
|
||||
rrval['rrtype'] = rr['Type']
|
||||
rrval['rrname'] = t
|
||||
rrval['rrdata'] = rdata
|
||||
rrval['rdata'] = rdata
|
||||
rrfound.append(rrval)
|
||||
return rrfound
|
||||
|
||||
|
|
Loading…
Reference in a new issue