Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
83c60187
Commit
83c60187
authored
Jun 10, 2011
by
Howard Chu
Committed by
Quanah Gibson-Mount
Jun 14, 2011
Browse files
ITS#6892 shortcut for non-replicated ops
parent
e4e69552
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/syncprov.c
View file @
83c60187
...
...
@@ -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.
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment