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
David Barchiesi
OpenLDAP
Commits
9d440e3d
Commit
9d440e3d
authored
Jan 13, 2021
by
Howard Chu
Browse files
ITS
#8307
slapo-accesslog additional check
parent
85b68aa5
Changes
1
Show whitespace changes
Inline
Side-by-side
servers/slapd/overlays/accesslog.c
View file @
9d440e3d
...
...
@@ -2003,6 +2003,10 @@ accesslog_op_mod( Operation *op, SlapReply *rs )
if
(
op
->
o_dont_replicate
)
return
SLAP_CB_CONTINUE
;
/* can't do anything if logDB isn't open */
if
(
!
SLAP_DBOPEN
(
li
->
li_db
))
return
SLAP_CB_CONTINUE
;
logop
=
accesslog_op2logop
(
op
);
lo
=
logops
+
logop
+
EN_OFFSET
;
...
...
Write
Preview
Markdown
is supported
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