mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix typo in select call
This commit is contained in:
parent
3819290f69
commit
1a198bea0f
@ -902,7 +902,7 @@ ldap_int_select( LDAP *ld, struct timeval *timeout )
|
||||
|
||||
rc = select( ldap_int_tblsize,
|
||||
&sip->si_use_readfds, &sip->si_use_writefds,
|
||||
NULL, timeout ));
|
||||
NULL, timeout );
|
||||
#endif
|
||||
|
||||
return rc;
|
||||
|
Loading…
Reference in New Issue
Block a user