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

Chris Ridd
26.32.2015 8e0d5f3a797086debc032940660eac14e42e2c6f
CR-6444 fix OPENDJ-1882: decrement connection count for JMX client connections
1 files modified
3 ■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/JmxClientConnection.java 3 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/JmxClientConnection.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 *      Portions Copyright 2011-2014 ForgeRock AS
 *      Portions Copyright 2011-2015 ForgeRock AS
 */
package org.opends.server.protocols.jmx;
@@ -501,6 +501,7 @@
    }
    disconnectStarted = true ;
    jmxConnectionHandler.unregisterClientConnection(this);
    DirectoryServer.connectionClosed(this);
    finalizeConnectionInternal();
    // unbind the underlying connection