ITS#6892 shortcut for non-replicated ops

This commit is contained in:
Howard Chu 2011-06-10 01:44:30 -07:00
parent d1b38bd12b
commit 329e7937e6

View File

@ -2048,6 +2048,9 @@ syncprov_op_mod( Operation *op, SlapReply *rs )
opc->rsid = scook->sid;
}
if ( op->o_dont_replicate )
return SLAP_CB_CONTINUE;
/* If there are active persistent searches, lock this operation.
* See seqmod.c for the locking logic on its own.
*/