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

ludovicp
15.29.2009 ff4cfff0867280d55b91955e3afe7067845024f0
opendj-sdk/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);