mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Printout ldap_result() error message (ITS #4812)
This commit is contained in:
parent
c635e068a2
commit
caaef2103a
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue