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
openldap
OpenLDAP
Commits
17394f38
Commit
17394f38
authored
Aug 26, 2021
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Sep 05, 2021
Browse files
ITS
#9641
Grab a new local csn for failed ops
parent
781a6c25
Pipeline
#3429
passed with stage
in 44 minutes and 4 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/accesslog.c
View file @
17394f38
...
...
@@ -1584,7 +1584,7 @@ accesslog_response(Operation *op, SlapReply *rs)
* Make sure we have a CSN before we release li_op_rmutex to preserve
* ordering
*/
if
(
BER_BVISEMPTY
(
&
op
->
o_csn
)
)
{
if
(
!
success
||
BER_BVISEMPTY
(
&
op
->
o_csn
)
)
{
slap_get_csn
(
&
op2
,
&
op2
.
o_csn
,
1
);
}
else
{
if
(
!
(
lo
->
mask
&
LOG_OP_WRITES
)
)
{
...
...
Write
Preview
Markdown
is supported
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