Printout ldap_result() error message (ITS #4812)

This commit is contained in:
Ralf Haferkamp 2007-01-23 11:05:43 +00:00
parent c635e068a2
commit caaef2103a

View file

@ -1262,6 +1262,7 @@ static int process_response(
if ( rc == -1 ) {
ldap_get_option( ld, LDAP_OPT_RESULT_CODE, &rc );
tool_perror( "ldap_result", rc, NULL, NULL, NULL, NULL );
return rc;
}