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

neil_a_wilson
08.12.2007 3a54cca2784a2de3627b0558e381cf01db48773f
opends/src/server/org/opends/server/core/PasswordPolicyState.java
@@ -1465,7 +1465,7 @@
           (1000L * passwordPolicy.getLockoutDuration());
      if (unlockTime > currentTime)
      {
        secondsUntilUnlock = (int) (unlockTime - currentTime);
        secondsUntilUnlock = (int) ((unlockTime - currentTime) / 1000);
        if (debug)
        {