mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Nicolas Capponi
08.55.2014 c3ddd7489abd06155b872cc23cef3575e2ee1b9a
opendj3-server-dev/src/server/org/opends/server/backends/TrustStoreBackend.java
@@ -627,7 +627,7 @@
  public void addEntry(Entry entry, AddOperation addOperation)
         throws DirectoryException
  {
    DN entryDN = entry.getDN();
    DN entryDN = entry.getName();
    if (entryDN.equals(baseDN))
    {
@@ -1571,7 +1571,7 @@
  private void addCertificate(Entry entry)
       throws DirectoryException
  {
    DN entryDN = entry.getDN();
    DN entryDN = entry.getName();
    // Make sure that the DN specifies a certificate alias.
    AttributeType t =