From f97f10948369f97e6759ec1fceef15744d58b83f Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sun, 28 Jan 2007 02:12:29 +0000 Subject: [PATCH] Fix prev commit again --- libraries/libldap_r/tpool.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2