mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Further refine last commit
This commit is contained in:
parent
f6d2bd8846
commit
44349f4ac6
@ -1129,7 +1129,7 @@ static int process_response(
|
|||||||
|
|
||||||
if( ldap_msgtype( res ) != LDAP_RES_INTERMEDIATE ) {
|
if( ldap_msgtype( res ) != LDAP_RES_INTERMEDIATE ) {
|
||||||
rc = ldap_result2error( ld, res, 1 );
|
rc = ldap_result2error( ld, res, 1 );
|
||||||
if (rc) ldap_perror( ld, opstr );
|
if( rc != LDAP_SUCCESS ) ldap_perror( ld, opstr );
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user