From 71b860e0d3fce6e4a8579907952e33a0172b955d Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Thu, 24 Feb 2011 15:31:58 +0100 Subject: [PATCH] comment updates --- dnssec.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnssec.go b/dnssec.go index 8c87d522..5b619bac 100644 --- a/dnssec.go +++ b/dnssec.go @@ -424,7 +424,7 @@ func rawSignatureData(rrset RRset, s *RR_RRSIG) (buf []byte) { } // 6.2. Canonical RR Form. (4) - wildcards - // dont have to do anything, except the above label count + // dont have to do anything // 6.2. Canonical RR Form. (5) - origTTL ttl := h.Ttl @@ -435,7 +435,7 @@ func rawSignatureData(rrset RRset, s *RR_RRSIG) (buf []byte) { return nil } wire = wire[:off] - h.Ttl = ttl // restore the order in the universe + h.Ttl = ttl // restore the order in the universe TODO(mg) work on copy h.Name = name if !ok1 { return nil