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
openldap
OpenLDAP
Commits
0ea78fde
Commit
0ea78fde
authored
Jun 01, 2021
by
Ondřej Kuzník
Browse files
ITS#6467 Indicate which operation is lost if we fail to add log entry
parent
726a2031
Pipeline
#2757
passed with stage
in 44 minutes and 8 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/accesslog.c
View file @
0ea78fde
...
...
@@ -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
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