Browse Source

[trac813] made sure the TSIG class calls the constructor of RR's constructor.

JINMEI Tatuya 14 years ago
parent
commit
25301e86fb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/dns/tests/testdata/gen-wiredata.py.in

+ 1 - 0
src/lib/dns/tests/testdata/gen-wiredata.py.in

@@ -515,6 +515,7 @@ class TSIG(RR):
 
     # TSIG has some special defaults
     def __init__(self):
+        super().__init__()
         self.rr_class = 'ANY'
         self.rr_ttl = 0