Skip to content
Snippets Groups Projects
Commit f97f1094 authored by Howard Chu's avatar Howard Chu
Browse files

Fix prev commit again

parent ff9b6748
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment