ITS#4406 don't cache attrsonly results

This commit is contained in:
Howard Chu 2006-02-16 08:16:49 +00:00
parent 0532ecfccd
commit e18a6ab7f9

View File

@ -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;