From 12357d6d96c796632ab617907f8df340e3f21dea Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Mon, 20 Oct 2014 22:55:28 +0100 Subject: [PATCH] signing --- util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.go b/util.go index 14cc09f..9c2d046 100644 --- a/util.go +++ b/util.go @@ -207,7 +207,7 @@ func (tx *Tx) signResponse() error { return nil } - for _, r := range []*[]dns.RR { &tx.res.Answer, &tx.res.Ns, /*&tx.res.Extra*/ } { + for _, r := range []*[]dns.RR { &tx.res.Answer, &tx.res.Ns, &tx.res.Extra } { err := tx.signResponseSection(r) if err != nil { log.Infoe(err, "fail signResponse")