Skip to content
Snippets Groups Projects
Commit e03eb0e2 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#5197

parent 6ccef352
No related branches found
No related tags found
No related merge requests found
......@@ -172,6 +172,14 @@ ldap_pvt_thread_pool_maxthreads ( ldap_pvt_thread_pool_t *tpool, int max_threads
return(0);
}
int
ldap_pvt_thread_pool_query( ldap_pvt_thread_pool_t *tpool,
ldap_pvt_thread_pool_param_t param, void *value )
{
*(int *)value = -1;
return(-1);
}
int
ldap_pvt_thread_pool_backload (
ldap_pvt_thread_pool_t *pool )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment