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
068722a3
Commit
068722a3
authored
Oct 02, 2020
by
Howard Chu
Committed by
Quanah Gibson-Mount
Oct 02, 2020
Browse files
ITS#9361 prevent CSN from being generated for purge deletes
parent
234230f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/accesslog.c
View file @
068722a3
...
...
@@ -691,6 +691,7 @@ accesslog_purge( void *ctx, void *arg )
op
->
o_callback
=
&
nullsc
;
op
->
o_csn
=
pd
.
csn
;
op
->
o_dont_replicate
=
1
;
op
->
o_csn
=
slap_empty_bv
;
for
(
i
=
0
;
i
<
pd
.
used
;
i
++
)
{
op
->
o_req_dn
=
pd
.
dn
[
i
];
...
...
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