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

jarnou
17.35.2007 16781afd94b0ad1014b8394f524ffcc5bd89255b
opends/src/server/org/opends/server/protocols/internal/InternalClientConnection.java
@@ -1076,11 +1076,12 @@
   *          and contains information about the result of the
   *          processing.
   */
  public ExtendedOperation processExtendedOperation(String requestOID,
  public ExtendedOperation processExtendedOperation(
                                String requestOID,
                                ASN1OctetString requestValue)
  {
    ExtendedOperation extendedOperation =
         new ExtendedOperation(this, nextOperationID(),
    ExtendedOperationBasis extendedOperation =
         new ExtendedOperationBasis(this, nextOperationID(),
                               nextMessageID(),
                               new ArrayList<Control>(0), requestOID,
                               requestValue);