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

ludovicp
15.29.2009 5a19ddcc073970a6d1bfd3281994117092171a6d
opends/src/server/org/opends/server/controls/AccountUsableResponseControl.java
@@ -401,7 +401,7 @@
  public void writeValue(ASN1Writer writer) throws IOException {
    writer.writeStartSequence(UNIVERSAL_OCTET_STRING_TYPE);
    if(secondsBeforeExpiration < 0)
    if(isUsable)
    {
      writer.writeInteger(TYPE_SECONDS_BEFORE_EXPIRATION,
          secondsBeforeExpiration);