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

jcambon
02.26.2009 cd8d891b649ee1630017994c58b0ef60651d3021
Fix for issue #3834 : Network Group QOS Policy - exception when in dsconfig interactive mode
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/SubCommandHandler.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/SubCommandHandler.java
@@ -1273,6 +1273,10 @@
      MenuResult<String> result = menu.run();
      try
      {
        if (result.getValue() == null) {
          // nothing has been entered ==> cancel
          return MenuResult.cancel();
        }
        String argName = CLIProfile.getInstance().getNamingArgument(r);
        StringArgument arg = new StringArgument(argName, null, argName, false,
            true, INFO_NAME_PLACEHOLDER.get(),