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(); }