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

coulbeck
25.38.2007 0418e30716942bc043d20cf1580391f44b2cb73e
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -2027,13 +2027,13 @@
      /* Act on local server depending on if using remote or local ADS */
      notifyListeners(getFormattedWithPoints(INFO_PROGRESS_CREATING_ADS.get()));
      localCtx = createLocalContext();
      if (isRemoteServer)
      {
        /* Create an empty ADS suffix on the local server. */
        ADSContext localAdsContext = new ADSContext(localCtx);
        localAdsContext.createAdministrationSuffix(null);
      }
      else
//      if (isRemoteServer)
//      {
//        /* Create an empty ADS suffix on the local server. */
//        ADSContext localAdsContext = new ADSContext(localCtx);
//        localAdsContext.createAdministrationSuffix(null);
//      }
      if (!isRemoteServer)
      {
        /* Configure local server to have an ADS */
        adsContext = new ADSContext(localCtx); // adsContext owns localCtx