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

Jean-Noel Rouvignac
21.35.2013 1f5e914e5379b346e1c257278ee8e0348e59c98a
opendj-sdk/opends/src/server/org/opends/server/protocols/http/SdkConnectionAdapter.java
@@ -308,9 +308,10 @@
    if (authInfo != null && authInfo.isAuthenticated())
    {
      final int messageID = nextMessageID.getAndIncrement();
      UnbindOperationBasis operation =
      final UnbindOperationBasis operation =
          new UnbindOperationBasis(clientConnection, messageID, messageID,
              to(request.getControls()));
      operation.setInnerOperation(this.clientConnection.isInnerConnection());
      // run synchronous
      operation.run();