summaryrefslogtreecommitdiff
path: root/dns/rdtypes/ANY/ISDN.py
diff options
context:
space:
mode:
Diffstat (limited to 'dns/rdtypes/ANY/ISDN.py')
-rw-r--r--dns/rdtypes/ANY/ISDN.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/rdtypes/ANY/ISDN.py b/dns/rdtypes/ANY/ISDN.py
index 4df58ad..3733232 100644
--- a/dns/rdtypes/ANY/ISDN.py
+++ b/dns/rdtypes/ANY/ISDN.py
@@ -62,7 +62,7 @@ class ISDN(dns.rdata.Rdata):
tok.get_eol()
return cls(rdclass, rdtype, address, subaddress)
- def to_wire(self, file, compress=None, origin=None):
+ def _to_wire(self, file, compress=None, origin=None, canonicalize=False):
l = len(self.address)
assert l < 256
file.write(struct.pack('!B', l))