Skip to content
Snippets Groups Projects
Commit 86fc474a authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Make sure tblsize in initialized in ldap_new_select_info()

Regenerate configure.
parent b5494457
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment