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

jcduff
23.04.2008 f73b655466092169abac34833fb628fce1fcdebe
opends/src/server/org/opends/server/tools/dsconfig/ListSubCommandHandler.java
@@ -300,7 +300,10 @@
          children.put(child.getManagedObjectDefinition().getName(), child);
        } else {
          // Indicate that the managed object does not exist.
          throw new ManagedObjectNotFoundException();
          Message msg = ERR_DSCFG_ERROR_FINDER_NO_CHILDREN.get(ufn);
          app.println();
          app.printVerboseMessage(msg);
          return MenuResult.cancel();
        }
      } catch (AuthorizationException e) {
        Message msg = ERR_DSCFG_ERROR_LIST_AUTHZ.get(ufn);