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

Gaetan Boismal
20.18.2015 92f86826768d4df9eb14367ba07c66af8af9f6b6
opendj-server-legacy/src/main/java/org/opends/server/protocols/http/SdkConnectionAdapter.java
@@ -171,7 +171,7 @@
      logger.traceException(e);
      clientConnection.removeOperationInProgress(operation.getMessageID());
      // TODO JNR add error message??
      promise.handleError(newLdapException(ResultCode.OPERATIONS_ERROR, e));
      promise.handleException(newLdapException(ResultCode.OPERATIONS_ERROR, e));
    }
    return promise;