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

neil_a_wilson
07.34.2006 9a9b85697f4a0b9f03fdc10ffddd53a77d75cca8
opends/src/server/org/opends/server/core/ModifyOperation.java
@@ -807,6 +807,14 @@
        }
      }
      if (modifications.isEmpty())
      {
        setResultCode(ResultCode.CONSTRAINT_VIOLATION);
        appendErrorMessage(getMessage(MSGID_MODIFY_NO_MODIFICATIONS,
                                      String.valueOf(entryDN)));
        break modifyProcessing;
      }
      // Check for and handle a request to cancel this operation.
      if (cancelRequest != null)