Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
fb587d3d
Commit
fb587d3d
authored
Oct 02, 2020
by
Howard Chu
Browse files
ITS#9361 prevent CSN from being generated for purge deletes
parent
66af4cfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/accesslog.c
View file @
fb587d3d
...
...
@@ -716,6 +716,7 @@ accesslog_purge( void *ctx, void *arg )
op
->
o_callback
=
&
nullsc
;
op
->
o_dont_replicate
=
1
;
op
->
o_csn
=
slap_empty_bv
;
if
(
pd
.
mincsn_updated
)
{
Modifications
mod
;
...
...
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