Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
James Lowden
OpenLDAP
Commits
5e3c4077
Commit
5e3c4077
authored
Jun 01, 2021
by
Ondřej Kuzník
Committed by
Quanah Gibson-Mount
Jun 03, 2021
Browse files
ITS#6467 Indicate which operation is lost if we fail to add log entry
parent
fcd39f87
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/accesslog.c
View file @
5e3c4077
...
...
@@ -1937,9 +1937,9 @@ static int accesslog_response(Operation *op, SlapReply *rs) {
op2
.
o_bd
->
be_add
(
&
op2
,
&
rs2
);
if
(
rs2
.
sr_err
!=
LDAP_SUCCESS
)
{
Debug
(
LDAP_DEBUG_SYNC
,
"
accesslog_response:
got result 0x%x adding log entry %s
\n
"
,
rs2
.
sr_err
,
op2
.
o_req_dn
.
bv_val
);
Debug
(
LDAP_DEBUG_SYNC
,
"%s accesslog_response: "
"got result 0x%x adding log entry %s
\n
"
,
op
->
o_log_prefix
,
rs2
.
sr_err
,
op2
.
o_req_dn
.
bv_val
);
}
if
(
e
==
op2
.
ora_e
)
entry_free
(
e
);
e
=
NULL
;
...
...
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