From: Quanah Gibson-Mount Date: Mon, 11 Feb 2008 23:59:56 +0000 (+0000) Subject: Warning cleanup: function ptr <=> void* at ldap_pvt_thread_pool_key() X-Git-Tag: OPENLDAP_REL_ENG_2_4_8~62 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e23a38ec3b86f1cf9d203d82408563a046309871;p=openldap Warning cleanup: function ptr <=> void* at ldap_pvt_thread_pool_key() --- diff --git a/libraries/libldap_r/tpool.c b/libraries/libldap_r/tpool.c index 842f1b260e..968cdca9c6 100644 --- a/libraries/libldap_r/tpool.c +++ b/libraries/libldap_r/tpool.c @@ -790,7 +790,7 @@ int ldap_pvt_thread_pool_setkey( if ( found ) { *oldkfreep = ctx->ltu_key[i].ltk_free; } else { - *oldkfreep = NULL; + *oldkfreep = 0; } }