mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
-reenabling LDAP_CACHING
This commit is contained in:
parent
986bcd52a9
commit
ca1da5b89a
2 changed files with 4 additions and 2 deletions
|
|
@ -574,6 +574,7 @@ meta_back_cache_search(
|
|||
mfilter = op->ors_filterstr;
|
||||
}
|
||||
|
||||
#if 0
|
||||
/*
|
||||
* Maps attributes in filter
|
||||
*/
|
||||
|
|
@ -590,6 +591,9 @@ meta_back_cache_search(
|
|||
}
|
||||
mfilter.bv_val = NULL;
|
||||
mfilter.bv_len = 0;
|
||||
#else
|
||||
mapped_filter = (char *) mfilter.bv_val;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Maps required attributes
|
||||
|
|
|
|||
|
|
@ -37,9 +37,7 @@
|
|||
|
||||
#ifdef LDAP_DEVEL
|
||||
#define SLAP_EXTENDED_SCHEMA 1
|
||||
/*
|
||||
#define LDAP_CACHING
|
||||
*/
|
||||
#endif
|
||||
|
||||
LDAP_BEGIN_DECL
|
||||
|
|
|
|||
Loading…
Reference in a new issue