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

Ludovic Poitou
04.25.2013 01f8594b4dc2174304f0c6c9c8cc815773cdd7c0
opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendWorkflowElement.java
@@ -462,7 +462,7 @@
    {
      // replacement reason returned to the user
      operation.setResultCode(altResultCode);
      operation.appendMaskedErrorMessage(altMessage);
      operation.appendErrorMessage(altMessage);
      // real underlying reason
      operation.setMaskedResultCode(resultCode);
      operation.appendMaskedErrorMessage(message);