BIND 10 trac813, updated. 25301e86fb8aa4cb8d98933a0c3b7dcf46f8c4be [trac813] made sure the TSIG class calls the constructor of RR's constructor.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue May 3 17:56:28 UTC 2011
The branch, trac813 has been updated
via 25301e86fb8aa4cb8d98933a0c3b7dcf46f8c4be (commit)
from f1dfe74d6b9b2b8c4dc85dd39a43084dc2b73aa9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 25301e86fb8aa4cb8d98933a0c3b7dcf46f8c4be
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue May 3 10:55:47 2011 -0700
[trac813] made sure the TSIG class calls the constructor of RR's constructor.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/tests/testdata/gen-wiredata.py.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/testdata/gen-wiredata.py.in b/src/lib/dns/tests/testdata/gen-wiredata.py.in
index 6f181b4..7a82bfd 100755
--- a/src/lib/dns/tests/testdata/gen-wiredata.py.in
+++ b/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
More information about the bind10-changes
mailing list