rdata typo corrected

This commit is contained in:
Alexandre Dulaunoy 2014-01-10 10:16:20 +01:00
parent 039c4bd45d
commit 31b8677dd5

View file

@ -70,7 +70,7 @@ def getRecord(t = None):
rrval['count'] = getCount(t1=t, t2=rdata) rrval['count'] = getCount(t1=t, t2=rdata)
rrval['rrtype'] = rr['Type'] rrval['rrtype'] = rr['Type']
rrval['rrname'] = t rrval['rrname'] = t
rrval['rrdata'] = rdata rrval['rdata'] = rdata
rrfound.append(rrval) rrfound.append(rrval)
return rrfound return rrfound