mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
Backout last change... finish my first coke... try again later...
This commit is contained in:
parent
66164a1b58
commit
cf4371d108
@ -553,12 +553,17 @@ try_again:
|
|||||||
LRU_ADD( cache, ep );
|
LRU_ADD( cache, ep );
|
||||||
|
|
||||||
LEI(ep)->lei_refcnt++;
|
LEI(ep)->lei_refcnt++;
|
||||||
|
|
||||||
|
/* free cache mutex */
|
||||||
|
ldap_pvt_thread_mutex_unlock( &cache->c_mutex );
|
||||||
|
|
||||||
|
return( ep );
|
||||||
}
|
}
|
||||||
|
|
||||||
/* free cache mutex */
|
/* free cache mutex */
|
||||||
ldap_pvt_thread_mutex_unlock( &cache->c_mutex );
|
ldap_pvt_thread_mutex_unlock( &cache->c_mutex );
|
||||||
|
|
||||||
return( ep );
|
return( NULL );
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user