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

Further refine last commit

parent f6d2bd88
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 );
if (rc) ldap_perror( ld, opstr );
if( rc != LDAP_SUCCESS ) 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