mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
ITS#6828 set ld_errno on connect failures
This commit is contained in:
parent
ffa8eca405
commit
7ee3dee647
1 changed files with 1 additions and 0 deletions
|
|
@ -550,6 +550,7 @@ ldap_int_check_async_open( LDAP *ld, ber_socket_t sd )
|
|||
break;
|
||||
|
||||
default:
|
||||
ld->ld_errno = LDAP_CONNECT_ERROR;
|
||||
return -1;
|
||||
|
||||
case -2:
|
||||
|
|
|
|||
Loading…
Reference in a new issue