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

david_page
25.09.2007 804e7bcf05391ecdc76f02c0647446e4765e97a6
opends/src/quicksetup/org/opends/quicksetup/installer/offline/OfflineInstaller.java
@@ -122,15 +122,6 @@
        checkAbort();
      }
      if (mustConfigureReplication())
      {
        setCurrentProgressStep(InstallProgressStep.CONFIGURING_REPLICATION);
        notifyListeners(getTaskSeparator());
        configureReplication();
        checkAbort();
      }
      if (mustCreateAds())
      {
        notifyListeners(getTaskSeparator());
@@ -139,6 +130,14 @@
        checkAbort();
      }
      if (mustConfigureReplication())
      {
        notifyListeners(getTaskSeparator());
        setCurrentProgressStep(InstallProgressStep.CONFIGURING_REPLICATION);
        configureReplication();
        checkAbort();
      }
      if (mustInitializeSuffixes())
      {
        notifyListeners(getTaskSeparator());