Make sure tblsize in initialized in ldap_new_select_info()

Regenerate configure.
This commit is contained in:
Kurt Zeilenga 1998-11-16 23:55:37 +00:00
parent b5494457d8
commit 86fc474a50

View file

@ -293,6 +293,8 @@ do_ldap_select( LDAP *ld, struct timeval *timeout )
tblsize = sysconf( _SC_OPEN_MAX );
#elif defined( HAVE_GETDTABLESIZE )
tblsize = getdtablesize();
#else
tblsize = FD_SETSIZE;
#endif /* !USE_SYSCONF */
#ifdef FD_SETSIZE