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

gbellato
12.23.2006 d408e72de6b31ec6e44a073beb47c067f09fea78
opends/src/server/org/opends/server/core/ModifyOperation.java
@@ -209,7 +209,7 @@
    this.entryDN       = entryDN;
    this.modifications = modifications;
    rawEntryDN = new ASN1OctetString(rawEntryDN.toString());
    rawEntryDN = new ASN1OctetString(entryDN.toString());
    rawModifications = new ArrayList<LDAPModification>(modifications.size());
    for (Modification m : modifications)
@@ -1706,7 +1706,7 @@
          return;
        }
        // If the operation is not a synchronization operation,
        // Invoke the pre-operation modify plugins.
        if (!isSynchronizationOperation())
        {