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()) {