Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
744f6acf
Commit
744f6acf
authored
Apr 15, 2010
by
Quanah Gibson-Mount
Browse files
ITS#6519
parent
427f4ee0
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
744f6acf
...
...
@@ -18,6 +18,7 @@ OpenLDAP 2.4.22 Engineering
Fixed slapd sasl auxprop_lookup (ITS#6441)
Fixed slapd sasl auxprop ssf (ITS#5195)
Fixed slapd syncrepl for unknown attrs and delta-sync (ITS#6473)
Fixed slapo-accesslog to not replicate internal purges (ITS#6519)
Fixed slapd-bdb contextCSN updates from updatedn (ITS#6469)
Fixed slapd-bdb lockobj zeroing (ITS#6501)
Fixed slapo-collect REP_ENTRY flag handling (ITS#5340,ITS#6423)
...
...
servers/slapd/overlays/accesslog.c
View file @
744f6acf
...
...
@@ -664,6 +664,7 @@ accesslog_purge( void *ctx, void *arg )
op
->
o_tag
=
LDAP_REQ_DELETE
;
op
->
o_callback
=
&
nullsc
;
op
->
o_csn
=
pd
.
csn
;
op
->
o_dont_replicate
=
1
;
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