]> git.sur5r.net Git - openldap/commitdiff
s/ldap_pvt_thread_pool_getcontext/ldap_pvt_thread_pool_context
authorLuke Howard <lukeh@openldap.org>
Fri, 24 Jan 2003 06:41:06 +0000 (06:41 +0000)
committerLuke Howard <lukeh@openldap.org>
Fri, 24 Jan 2003 06:41:06 +0000 (06:41 +0000)
servers/slapd/slapi/slapi_ops.c

index 3fb247a9084e21b7a796dd43413d93b0bd603919..17b566b6f37d03c19e7c8ca91db69e19b35c2b37 100644 (file)
@@ -174,7 +174,7 @@ fakeConnection(
        c->c_pending_ops.stqh_first->o_authmech.bv_len = 0; \r
        c->c_pending_ops.stqh_first->o_time = slap_get_time();\r
        c->c_pending_ops.stqh_first->o_do_not_cache = 1;\r
-       c->c_pending_ops.stqh_first->o_threadctx = ldap_pvt_thread_pool_getcontext( &connection_pool );\r
+       c->c_pending_ops.stqh_first->o_threadctx = ldap_pvt_thread_pool_context( &connection_pool );\r
 \r
        /* connection object */\r
        c->c_authmech.bv_val = NULL;\r