Further refine last commit

This commit is contained in:
Kurt Zeilenga 2004-04-05 15:40:07 +00:00
parent f6d2bd8846
commit 44349f4ac6

View File

@ -1129,7 +1129,7 @@ static int process_response(
if( ldap_msgtype( res ) != LDAP_RES_INTERMEDIATE ) {
rc = ldap_result2error( ld, res, 1 );
if (rc) ldap_perror( ld, opstr );
if( rc != LDAP_SUCCESS ) ldap_perror( ld, opstr );
return rc;
}