mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 20:06:06 -05:00
ITS#6892 shortcut for non-replicated ops
This commit is contained in:
parent
d1b38bd12b
commit
329e7937e6
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue