From: Bob Halley Date: Fri, 19 Jun 2009 10:04:10 +0000 (+0100) Subject: Do not compress names in HIP RRs X-Git-Tag: v1.7.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d71be6b66e69f274813e8adbb23c6e5c2a2444c;p=thirdparty%2Fdnspython.git Do not compress names in HIP RRs --- diff --git a/dns/rdtypes/ANY/HIP.py b/dns/rdtypes/ANY/HIP.py index f51f3a84..011ec430 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',