Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
727ec3ae
Commit
727ec3ae
authored
Nov 09, 2020
by
Ondřej Kuzník
Browse files
ITS#9386 State change issues are still ignored, but at least log them
parent
123001c8
Pipeline
#1243
passed with stage
in 26 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/ppolicy.c
View file @
727ec3ae
...
...
@@ -1760,6 +1760,11 @@ locked:
op2
.
o_bd
->
bd_info
=
(
BackendInfo
*
)
on
->
on_info
;
}
rc
=
op2
.
o_bd
->
be_modify
(
&
op2
,
&
r2
);
if
(
rc
!=
LDAP_SUCCESS
)
{
Debug
(
LDAP_DEBUG_ANY
,
"%s ppolicy_bind_response: "
"ppolicy state change failed with rc=%d text=%s
\n
"
,
op
->
o_log_prefix
,
rc
,
r2
.
sr_text
);
}
}
if
(
mod
)
{
slap_mods_free
(
mod
,
1
);
...
...
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