From: Howard Chu Date: Sun, 28 Jan 2007 02:12:29 +0000 (+0000) Subject: Fix prev commit again X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA~8^2~111 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f97f10948369f97e6759ec1fceef15744d58b83f;p=openldap Fix prev commit again --- diff --git a/libraries/libldap_r/tpool.c b/libraries/libldap_r/tpool.c index 0a618cbea0..1b18ff8fe0 100644 --- a/libraries/libldap_r/tpool.c +++ b/libraries/libldap_r/tpool.c @@ -826,6 +826,7 @@ int ldap_pvt_thread_pool_setkey( for ( i=0; iltu_key[i].ltk_key || ctx->ltu_key[i].ltk_key == key ) { + ctx->ltu_key[i].ltk_key = key; ctx->ltu_key[i].ltk_data = data; ctx->ltu_key[i].ltk_free = kfree; return 0;