Skip to content
Snippets Groups Projects
Commit f6d2bd88 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix last commit

parent 88915d8a
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment