From e23a38ec3b86f1cf9d203d82408563a046309871 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Mon, 11 Feb 2008 23:59:56 +0000 Subject: [PATCH] Warning cleanup: function ptr <=> void* at ldap_pvt_thread_pool_key() --- libraries/libldap_r/tpool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.39.5