Fix typo in select call

This commit is contained in:
Howard Chu 2004-10-19 03:18:22 +00:00
parent 3819290f69
commit 1a198bea0f

View File

@ -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;