Fix prev commit again

This commit is contained in:
Howard Chu 2007-01-28 02:12:29 +00:00
parent ff9b674899
commit f97f109483

View File

@ -826,6 +826,7 @@ int ldap_pvt_thread_pool_setkey(
for ( i=0; i<MAXKEYS; i++ ) {
if ( !ctx->ltu_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;