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

kenneth_suter
25.05.2007 6b886abd74b86b4b71117c6ef7553dfb5690d23f
Makes the behavior of specifying -t argument consistent when specifying either a future time or the magic '0' value indicating immediate execution.  In both of these cases not the utility will exit immediately after scheduling the task
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/tools/tasks/TaskTool.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/tasks/TaskTool.java
@@ -211,7 +211,7 @@
                          taskEntry.getScheduledStartTime()),
                  MAX_LINE_WIDTH));
        }
        if (!startArg.isPresent() || NOW.equals(startArg.getValue())) {
        if (!startArg.isPresent()) {
          // Poll the task printing log messages until finished
          String taskId = taskEntry.getId();