| opends/src/server/org/opends/server/controls/AccountUsableResponseControl.java | ●●●●● patch | view | raw | blame | history |
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);