Fix last commit

This commit is contained in:
Kurt Zeilenga 2004-04-05 15:38:50 +00:00
parent 88915d8a8a
commit f6d2bd8846

View File

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