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

jcambon
05.09.2009 ce99899b787aaacd25aeb04dd4b8efee3a037b0c
opends/src/server/org/opends/server/tools/dsconfig/ListSubCommandHandler.java
@@ -272,7 +272,13 @@
    } catch (ManagedObjectNotFoundException e) {
      ufn = path.getManagedObjectDefinition().getUserFriendlyName();
      Message msg = ERR_DSCFG_ERROR_GET_PARENT_MONFE.get(ufn);
      throw new ClientException(LDAPResultCode.NO_SUCH_OBJECT, msg);
      if (app.isInteractive()) {
        app.println();
        app.printVerboseMessage(msg);
        return MenuResult.cancel();
      } else {
        throw new ClientException(LDAPResultCode.NO_SUCH_OBJECT, msg);
      }
    }
    if (result.isQuit()) {