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

lutoff
15.10.2007 412d2a37f5783a4946bcf2a22ca0e79f95047f04
opendj-sdk/opends/src/server/org/opends/server/tools/ConfigureWindowsService.java
@@ -256,8 +256,9 @@
      }
    }
    // If we should just display usage information, then it is already done
    if ((returnValue == 0) && !argParser.usageDisplayed())
    // If we should just display usage or version information,
    // then it is already done
    if ((returnValue == 0) && !argParser.usageOrVersionDisplayed())
    {
      /* Check that the user only asked for one argument */
      int nArgs = 0;
@@ -295,7 +296,7 @@
      }
    }
    if ((returnValue == 0) && !argParser.usageDisplayed())
    if ((returnValue == 0) && !argParser.usageOrVersionDisplayed())
    {
      if (enableService.isPresent())
      {