ITS#4006 add stub for ldap_pvt_thread_pool_context_reset()

This commit is contained in:
Howard Chu 2005-09-06 22:11:26 +00:00
parent 07fd8431c2
commit 6be50f1b0f

View file

@ -216,6 +216,10 @@ void *ldap_pvt_thread_pool_context( )
return(NULL);
}
void ldap_pvt_thread_pool_context_reset( void *vctx )
{
}
ldap_pvt_thread_t
ldap_pvt_thread_self( void )
{