Fix a mistake in the class documentation for the account usability response
control. The first line defining the MORE_INFO element was missing the
"::= SEQUENCE {" portion, which is a critical piece of information that a
reader would need in order to understand how to properly encode and/or decode
the control.
| | |
| | | * is_available [0] INTEGER, -- Seconds before expiration -- |
| | | * is_not_available [1] MORE_INFO } |
| | | * |
| | | * MORE_INFO |
| | | * MORE_INFO ::= SEQUENCE { |
| | | * inactive [0] BOOLEAN DEFAULT FALSE, |
| | | * reset [1] BOOLEAN DEFAULT FALSE, |
| | | * expired [2] BOOLEAN DEFAULT_FALSE, |