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
8c4c4ae0
Commit
8c4c4ae0
authored
Nov 19, 2021
by
Howard Chu
Committed by
Quanah Gibson-Mount
Nov 19, 2021
Browse files
ITS
#9752
accesslog: fix inconsistently normalized minCSN
(cherry picked from commit
f476a063
)
parent
389f3d9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/accesslog.c
View file @
8c4c4ae0
...
...
@@ -753,7 +753,7 @@ accesslog_purge( void *ctx, void *arg )
ldap_pvt_thread_mutex_lock
(
&
li
->
li_log_mutex
);
mod
.
sml_numvals
=
li
->
li_numcsns
;
mod
.
sml_values
=
li
->
li_mincsn
;
mod
.
sml_nvalues
=
NULL
;
mod
.
sml_nvalues
=
li
->
li_mincsn
;
mod
.
sml_desc
=
ad_minCSN
;
mod
.
sml_op
=
LDAP_MOD_REPLACE
;
mod
.
sml_flags
=
SLAP_MOD_INTERNAL
;
...
...
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