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

Gaetan Boismal
24.58.2015 f56aa3768870512f62d995a83b947ced78cad825
opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/Installer.java
@@ -2155,8 +2155,8 @@
   */
  protected void createData() throws ApplicationException
  {
    if (createNotReplicatedSuffix() &&
        getUserData().getNewSuffixOptions().getType() != NewSuffixOptions.Type.LEAVE_DATABASE_EMPTY)
    if (createNotReplicatedSuffix()
        && NewSuffixOptions.Type.LEAVE_DATABASE_EMPTY != getUserData().getNewSuffixOptions().getType())
    {
      currentProgressStep = getUserData().getNewSuffixOptions().getInstallProgressStep();
      if (isVerbose())