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

pgamba
12.54.2007 a30795986b2053bed7a7f724c691e9555863b5bc
opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -822,8 +822,8 @@
          "ds-cfg-java-class: " +
            "org.opends.server.replication.server.ReplicationBackend",
          "ds-cfg-backend-id: " + backendId,
          "ds-cfg-import-temp-directory: importTmp",
          "ds-cfg-db-directory: " + getFileForPath(dbDirname));
          "ds-cfg-import-temp-directory: importReplChangesTmp",
          "ds-cfg-db-directory: " + dbDirname);
      LDIFImportConfig ldifImportConfig = new LDIFImportConfig(
          new StringReader(ldif));