opendj-sdk/opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java
@@ -1149,6 +1149,10 @@ { // NYI -- Log a message indicating that we couldn't send the // notice of disconnection. if (debugEnabled()) { TRACER.debugCaught(DebugLogLevel.ERROR, e); } } } @@ -1239,8 +1243,7 @@ // then reject the operation. if (disconnectRequested) { Message message = WARN_LDAP_CLIENT_DISCONNECT_IN_PROGRESS.get(); Message message = WARN_CLIENT_DISCONNECT_IN_PROGRESS.get(); throw new DirectoryException(ResultCode.UNWILLING_TO_PERFORM, message); }