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:
parent
64f5de7b38
commit
34e6f91ef2
BIN
lib/dnsjava-2.0.7-vrsn-1.jar
Normal file
BIN
lib/dnsjava-2.0.7-vrsn-1.jar
Normal file
Binary file not shown.
Binary file not shown.
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user