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

matthew_swift
28.31.2007 45359adc09ac1d9e48206c549e667ed6965c7cd3
opends/src/ads/org/opends/admin/ads/ADSContextHelper.java
@@ -32,7 +32,6 @@
import javax.naming.ldap.InitialLdapContext;
import org.opends.server.admin.client.InitialManagedObject;
import org.opends.server.admin.client.ManagementContext;
import org.opends.server.admin.client.ldap.JNDIDirContextAdaptor;
import org.opends.server.admin.client.ldap.LDAPManagementContext;
@@ -121,9 +120,7 @@
      if (backend == null)
      {
        BackendCfgDefn provider = BackendCfgDefn.getInstance();
        backend = root.createBackend(provider, backendName,
            new InitialManagedObject<BackendCfgClient>(
                BackendCfgDefn.getInstance()));
        backend = root.createBackend(provider, backendName, null);
      }
      SortedSet<DN> suffixes = backend.getBackendBaseDN();
      if (suffixes == null)