Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
f476a063
Commit
f476a063
authored
Nov 19, 2021
by
Howard Chu
Browse files
ITS#9752 accesslog: fix inconsistently normalized minCSN
parent
510c95af
Pipeline
#3807
passed with stage
in 43 minutes and 56 seconds
Changes
1
Pipelines
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
;
...
...
Howard Chu
@hyc
mentioned in commit
8c4c4ae0
·
Nov 19, 2021
mentioned in commit
8c4c4ae0
mentioned in commit 8c4c4ae04aff30a76b8fc03d005426bc9b1d1846
Toggle commit list
Howard Chu
@hyc
mentioned in commit
ea7932f0
·
Nov 19, 2021
mentioned in commit
ea7932f0
mentioned in commit ea7932f0c2b7a31591bf30957dd6ac6ec7b1d48e
Toggle commit list
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