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

jarnou
17.16.2007 f609c18967baa45b467124b7c01f4f7317214370
opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java
@@ -1039,8 +1039,10 @@
    // unbind the underlying connection
    try
    {
      UnbindOperation unbindOp = new UnbindOperation((ClientConnection) this,
          this.nextOperationID(), this.nextMessageID(), null);
      UnbindOperationBasis unbindOp = new UnbindOperationBasis(
          (ClientConnection) this,
          this.nextOperationID(),
          this.nextMessageID(), null);
      unbindOp.run();
    }