mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
s/ldap_pvt_thread_pool_getcontext/ldap_pvt_thread_pool_context
This commit is contained in:
parent
562b7fb8d9
commit
146c0085d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue