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

neil_a_wilson
08.27.2007 71f7d80ae3b22e0b05c54cc628b9467291da9b3e
opendj-sdk/opends/src/server/org/opends/server/protocols/jmx/JmxClientConnection.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2006 Sun Microsystems, Inc.
 *      Portions Copyright 2006-2007 Sun Microsystems, Inc.
 */
package org.opends.server.protocols.jmx;
@@ -895,6 +895,7 @@
      return;
    }
    disconnectStarted = true ;
    finalizeConnectionInternal();
@@ -1144,6 +1145,7 @@
   */
  protected void finalize()
  {
    super.finalize();
    disconnect(DisconnectReason.OTHER, false, null, -1);
  }
}