pull/18/head
Hugo Landau 10 years ago
parent 12357d6d96
commit 802a2c4448

@ -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")

Loading…
Cancel
Save