mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
ITS#4406 don't cache attrsonly results
This commit is contained in:
parent
0532ecfccd
commit
e18a6ab7f9
@ -1301,6 +1301,9 @@ pcache_op_search(
|
||||
}
|
||||
ldap_pvt_thread_mutex_unlock(&cm->cache_mutex);
|
||||
|
||||
if (op->ors_attrsonly)
|
||||
cacheable = 0;
|
||||
|
||||
if (cacheable) {
|
||||
slap_callback *cb;
|
||||
struct search_info *si;
|
||||
|
Loading…
Reference in New Issue
Block a user