Skip to content
Snippets Groups Projects
Commit 7ee3dee6 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#6828 set ld_errno on connect failures

parent ffa8eca4
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment