mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#6892 shortcut for non-replicated ops
This commit is contained in:
parent
d1b38bd12b
commit
329e7937e6
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user