From c65fcb61aaca2da4875cddd57cc6bcec2ab25545 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Mon, 20 Oct 2014 23:17:59 +0100 Subject: [PATCH] ds --- ncdns.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncdns.go b/ncdns.go index e5673ee..7071bf7 100644 --- a/ncdns.go +++ b/ncdns.go @@ -472,7 +472,7 @@ func (tx *Tx) addAnswersDelegation(nss []dns.RR) error { t := ns.Header().Rrtype if t == dns.TypeDS { added = true - tx.res.Ns = append(tx.res.Ns, ns) + tx.res.Answer = append(tx.res.Answer, ns) } } if added {