Do add the DS sig

This commit is contained in:
Miek Gieben 2012-09-12 23:29:19 +02:00
parent 7d632efa19
commit cc008f94c4
1 changed files with 1 additions and 0 deletions

View File

@ -425,6 +425,7 @@ func (node *ZoneData) Sign(next *ZoneData, keys map[*RR_DNSKEY]PrivateKey, keyta
if e != nil {
return e
}
node.Signatures[TypeDS] = append(node.Signatures[TypeDS], s)
}
}
return nil