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

Init op->tmpmfuncs.

parent f897519d
No related branches found
No related tags found
No related merge requests found
......@@ -157,6 +157,8 @@ slapiConnectionInit(
c->c_pending_ops.stqh_first->o_time = slap_get_time();
c->c_pending_ops.stqh_first->o_do_not_cache = 1;
c->c_pending_ops.stqh_first->o_threadctx = ldap_pvt_thread_pool_context( &connection_pool );
c->c_pending_ops.stqh_first->o_tmpmemctx = NULL;
c->c_pending_ops.stqh_first->o_tmpmfuncs = &ch_mfuncs;
c->c_pending_ops.stqh_first->o_conn = c;
/* connection object */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment