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
Joe Martin
OpenLDAP
Commits
07bb97db
Commit
07bb97db
authored
Dec 10, 2007
by
Quanah Gibson-Mount
Browse files
Omit auditContext when sync control is present
parent
b0e03886
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/accesslog.c
View file @
07bb97db
...
...
@@ -1826,6 +1826,9 @@ accesslog_operational( Operation *op, SlapReply *rs )
slap_overinst
*
on
=
(
slap_overinst
*
)
op
->
o_bd
->
bd_info
;
log_info
*
li
=
on
->
on_bi
.
bi_private
;
if
(
op
->
o_sync
!=
SLAP_CONTROL_NONE
)
return
SLAP_CB_CONTINUE
;
if
(
rs
->
sr_entry
!=
NULL
&&
dn_match
(
&
op
->
o_bd
->
be_nsuffix
[
0
],
&
rs
->
sr_entry
->
e_nname
)
)
{
...
...
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