clear out the error

This commit is contained in:
Pierangelo Masarati 2005-01-09 23:30:19 +00:00
parent 3d3dd5f823
commit 41d7c03e8b

View file

@ -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;