Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
5a3a5433
Commit
5a3a5433
authored
Aug 30, 2015
by
Howard Chu
Browse files
More for batched write
parent
35f17e02
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/syncrepl.c
View file @
5a3a5433
...
...
@@ -1195,6 +1195,11 @@ do_syncrep2(
{
rc
=
syncrepl_updateCookie
(
si
,
op
,
&
syncCookie
);
}
if
(
si
->
si_refreshCount
)
{
LDAP_SLIST_REMOVE
(
&
op
->
o_extra
,
si
->
si_refreshTxn
,
OpExtra
,
oe_next
);
op
->
o_bd
->
bd_info
->
bi_op_txn
(
op
,
SLAP_TXN_COMMIT
,
&
si
->
si_refreshTxn
);
}
si
->
si_refreshEnd
=
slap_get_time
();
if
(
err
==
LDAP_SUCCESS
&&
si
->
si_logstate
==
SYNCLOG_FALLBACK
)
{
si
->
si_logstate
=
SYNCLOG_LOGGING
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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