opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/RemotePendingChanges.java
@@ -226,7 +226,7 @@ * Check if the operation to be run is an addOperation on a * parent of the current AddOperation. */ if (pendingMsg.getDN().isAncestorOf(targetDN)) if (pendingMsg.getDN().isSuperiorOrEqualTo(targetDN)) { hasDependencies = true; addDependency(change, pendingChange);