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

Jean-Noel Rouvignac
29.22.2013 965b47e7589c0d0179e00e321b09a8e743f15635
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);
        }