Dont reset sig incep/expir when using -short

This commit is contained in:
Miek Gieben 2012-01-21 16:34:59 +01:00
parent 5d57ab340d
commit 499f596754
1 changed files with 0 additions and 2 deletions

View File

@ -268,8 +268,6 @@ func shortRR(r dns.RR) dns.RR {
t.PublicKey = "..."
case *dns.RR_RRSIG:
t.Signature = "..."
t.Inception = 0 // For easy grepping
t.Expiration = 0
case *dns.RR_NSEC3:
t.Salt = "-" // Nobody cares
if len(t.TypeBitMap) > 5 {