summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2009-06-19 11:04:10 +0100
committerBob Halley <halley@nominum.com>2009-06-19 11:04:10 +0100
commit9d71be6b66e69f274813e8adbb23c6e5c2a2444c (patch)
treedd39476e06c1d772a4d50d734402dae6f76dba86
parentd85f1ef1c7a4d66925e4c07092dbb83e5d5c4575 (diff)
downloaddnspython-9d71be6b66e69f274813e8adbb23c6e5c2a2444c.tar.gz
Do not compress names in HIP RRs
-rw-r--r--dns/rdtypes/ANY/HIP.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/rdtypes/ANY/HIP.py b/dns/rdtypes/ANY/HIP.py
index f51f3a8..011ec43 100644
--- a/dns/rdtypes/ANY/HIP.py
+++ b/dns/rdtypes/ANY/HIP.py
@@ -79,7 +79,7 @@ class HIP(dns.rdata.Rdata):
file.write(self.hit)
file.write(self.key)
for server in self.servers:
- server.to_wire(file, compress, origin)
+ server.to_wire(file, None, origin)
def from_wire(cls, rdclass, rdtype, wire, current, rdlen, origin = None):
(lh, algorithm, lk) = struct.unpack('!BBH',