mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 11:39:34 -05:00
Add cast to avoid mismatch
This commit is contained in:
parent
2cdbfd069b
commit
379d0962ea
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ ldap_pvt_thread_pool_init (
|
|||
ldap_pvt_thread_pool_t *pool_out,
|
||||
int max_concurrency, int max_pending )
|
||||
{
|
||||
*pool_out = NULL;
|
||||
*pool_out = (ldap_pvt_thread_pool_t) 0;
|
||||
return(0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue