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
Tero Saarni
OpenLDAP
Commits
f476a063
Commit
f476a063
authored
Nov 19, 2021
by
Howard Chu
Browse files
ITS#9752 accesslog: fix inconsistently normalized minCSN
parent
510c95af
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/accesslog.c
View file @
f476a063
...
...
@@ -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
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