mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 12:24:19 -05:00
Omit FD_SETSIZE check for Winsock
This commit is contained in:
parent
1afb2c8e6e
commit
9c0e4415d2
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ ldap_pvt_connect(LDAP *ld, ber_socket_t s,
|
|||
fd_set efds;
|
||||
#endif
|
||||
|
||||
#ifdef FD_SETSIZE
|
||||
#if defined( FD_SETSIZE ) && !defined( HAVE_WINSOCK )
|
||||
if ( s >= FD_SETSIZE ) {
|
||||
rc = AC_SOCKET_ERROR;
|
||||
tcp_close( s );
|
||||
|
|
|
|||
Loading…
Reference in a new issue