mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
clear out the error
This commit is contained in:
parent
3d3dd5f823
commit
41d7c03e8b
1 changed files with 2 additions and 0 deletions
|
|
@ -742,6 +742,8 @@ ldap_back_proxy_authz_ctrl(
|
|||
|
||||
*pctrls = NULL;
|
||||
|
||||
rs->sr_err = LDAP_SUCCESS;
|
||||
|
||||
if ( ( BER_BVISNULL( &li->idassert_authcID ) || BER_BVISEMPTY( &li->idassert_authcID ) )
|
||||
&& ( BER_BVISNULL( &li->idassert_authcDN ) || BER_BVISEMPTY( &li->idassert_authcDN ) ) ) {
|
||||
goto done;
|
||||
|
|
|
|||
Loading…
Reference in a new issue