From: Luke Howard Date: Fri, 24 Jan 2003 06:41:06 +0000 (+0000) Subject: s/ldap_pvt_thread_pool_getcontext/ldap_pvt_thread_pool_context X-Git-Tag: NO_SLAP_OP_BLOCKS~515 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=146c0085d3c74eba7e5a9962fb26f270cd6d99a9;p=openldap s/ldap_pvt_thread_pool_getcontext/ldap_pvt_thread_pool_context --- diff --git a/servers/slapd/slapi/slapi_ops.c b/servers/slapd/slapi/slapi_ops.c index 3fb247a908..17b566b6f3 100644 --- a/servers/slapd/slapi/slapi_ops.c +++ b/servers/slapd/slapi/slapi_ops.c @@ -174,7 +174,7 @@ fakeConnection( c->c_pending_ops.stqh_first->o_authmech.bv_len = 0; 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_getcontext( &connection_pool ); + c->c_pending_ops.stqh_first->o_threadctx = ldap_pvt_thread_pool_context( &connection_pool ); /* connection object */ c->c_authmech.bv_val = NULL;