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

matthew_swift
26.21.2007 a052caad0008ede711b0c43d9955eccc3bb858ba
opendj-sdk/opends/src/server/org/opends/server/backends/TrustStoreBackend.java
@@ -190,7 +190,7 @@
    // Create the set of base DNs that we will handle.  In this case, it's just
    // the DN of the base trust store entry.
    SortedSet<DN> baseDNSet = configuration.getBackendBaseDN();
    SortedSet<DN> baseDNSet = configuration.getBaseDN();
    if (baseDNSet.size() != 1)
    {
      Message message = ERR_TRUSTSTORE_REQUIRES_ONE_BASE_DN.get(