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

Matthew Swift
22.07.2014 a2df03777d64a1cc2face1011a70effb0b98f133
opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/AbstractLoadBalancingAlgorithm.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2010 Sun Microsystems, Inc.
 *      Portions copyright 2011-2013 ForgeRock AS.
 *      Portions copyright 2011-2014 ForgeRock AS.
 */
package org.forgerock.opendj.ldap;
@@ -135,10 +135,9 @@
         */
        @Override
        public void handleResult(final Connection connection) {
            notifyOnline();
            // The connection is not going to be used, so close it immediately.
            connection.close();
            notifyOnline();
        }
        @Override