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

neil_a_wilson
05.56.2007 8aaa16f43f88550cbe7a8a2ddad12a917e845488
opends/src/server/org/opends/server/extensions/PasswordModifyExtendedOperation.java
@@ -1108,8 +1108,7 @@
      {
        operation.appendErrorMessage(getMessage(MSGID_EXTOP_PASSMOD_NOOP));
        // FIXME -- We must set a result code other than SUCCESS.
        operation.setResultCode(ResultCode.SUCCESS);
        operation.setResultCode(ResultCode.NO_OPERATION);
      }
      else
      {