mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Fix typo in last commit
This commit is contained in:
parent
ac659e20d3
commit
0c484042a0
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ ldap_connect_to_host(LDAP *ld, Sockbuf *sb, const char *host,
|
|||
sai = res;
|
||||
rc = -1;
|
||||
do {
|
||||
s = ldap_pvt_socket( ld, sai->ai_family, ld );
|
||||
s = ldap_pvt_socket( ld, sai->ai_family );
|
||||
if ( s == -1 ) {
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue