]> git.sur5r.net Git - openldap/commitdiff
Init op->tmpmfuncs.
authorHoward Chu <hyc@openldap.org>
Wed, 9 Apr 2003 23:37:24 +0000 (23:37 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 9 Apr 2003 23:37:24 +0000 (23:37 +0000)
servers/slapd/slapi/slapi_ops.c

index c7b34609c336ca0841fce99410aeeca150e64320..5e3f4992cf1295bb672bc2521f4d739ba9a9b17c 100644 (file)
@@ -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 */