* - retain the entry with the oldest conflict
* - rename this entry with the freedDN as it was expected originally
*/
private void checkForClearedConflict(PostOperationOperation op)
{
OperationType type = op.getOperationType();
if (op.getResultCode() != ResultCode.SUCCESS)
{
// those operations cannot have cleared a conflict
return;
}