restore NSEC3 original ownername comments.

git-svn-id: https://svn.verisignlabs.com/jdnssec/tools/trunk@185 4cbd57fe-54e5-0310-bd9a-f30fe5ea5e6e
This commit is contained in:
David Blacka 2009-11-03 02:24:04 +00:00
parent 64f5de7b38
commit 34e6f91ef2
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -184,10 +184,10 @@ public class ProtoNSEC3
public NSEC3Record getNSEC3Record()
{
// String comment = (originalOwner == null) ? "(unknown original ownername)"
// : originalOwner.toString();
String comment = (originalOwner == null) ? "(unknown original ownername)"
: originalOwner.toString();
return new NSEC3Record(getName(), dclass, ttl, hashAlg, flags, iterations,
salt, next, getTypes());
salt, next, getTypes(), comment);
}
public void mergeTypes(TypeMap new_types)