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

Gaetan Boismal
01.22.2016 4a17c7f153f4912f376b5976eea7caa501187442
opendj-server-legacy/src/main/java/org/opends/server/tools/ImportLDIF.java
@@ -930,6 +930,12 @@
    return retCode;
  }
  @Override
  protected void cleanup()
  {
    DirectoryServer.shutdownBackends();
  }
  private boolean useBackend(Set<DN> includeBranches, List<DN> dnlist)
  {
    for (DN baseDN : dnlist)