Fix pool_retract signature

Omitted from e12ca8b6fe
This commit is contained in:
Howard Chu 2017-04-21 14:39:17 +01:00
parent 70f482880a
commit 38ac129e3a

View file

@ -168,8 +168,7 @@ ldap_pvt_thread_pool_submit (
int
ldap_pvt_thread_pool_retract (
ldap_pvt_thread_pool_t *pool,
ldap_pvt_thread_start_t *start_routine, void *arg )
void *cookie )
{
return(0);
}