Do not compress names in HIP RRs
authorBob Halley <halley@nominum.com>
Fri, 19 Jun 2009 10:04:10 +0000 (11:04 +0100)
committerBob Halley <halley@nominum.com>
Fri, 19 Jun 2009 10:04:10 +0000 (11:04 +0100)
dns/rdtypes/ANY/HIP.py

index f51f3a84ede755e5cb05c7dc2a5c65c6b1c3501b..011ec430a1a53beed08330d2c91ef5ae5d4dd992 100644 (file)
@@ -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',