| opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/browser/BrowserController.java | ●●●●● 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;