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

Jean-Noel Rouvignac
11.44.2015 75432250fa1b8598fcfecb273672416b141b09b7
opendj3-server-dev/src/server/org/opends/server/backends/pluggable/RootContainer.java
@@ -178,7 +178,7 @@
  LDIFImportResult importLDIF(LDIFImportConfig importConfig) throws DirectoryException
  {
    RuntimeInformation.logInfo();
    if (importConfig.clearBackend())
    if (Importer.mustClearBackend(importConfig, config))
    {
      removeFiles();
    }