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

jvergara
29.39.2009 40f7acab2df53e2f63039a7b6e797107eea23735
Fix for issue 3951 (control-panel should not use the admin port for ldap operation)
Fix a bug in the algorithm to retrieve the InitialLdapContext for a given node.
1 files modified
7 ■■■■ changed files
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/browser/BrowserController.java 7 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/browser/BrowserController.java
@@ -1045,9 +1045,12 @@
    }
    else  {
      BasicNode parent = (BasicNode)node.getParent();
      if (parent != null) {
      if ((parent != null) && (parent != rootNode))
      {
        result = findConnectionForDisplayedEntry(parent, isConfigurationNode);
      } else {
      }
      else
      {
        if (isConfigurationNode)
        {
          result = ctxConfiguration;