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

jcambon
02.26.2009 6bf7fdf1b269be79498df016285beaa94f32e3c2
Fix for issue #3834 : Network Group QOS Policy - exception when in dsconfig interactive mode
1 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/tools/dsconfig/SubCommandHandler.java 4 ●●●● patch | view | raw | blame | history
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(),