-reenabling LDAP_CACHING

This commit is contained in:
Jong Hyuk Choi 2003-05-09 16:48:50 +00:00
parent 986bcd52a9
commit ca1da5b89a
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -37,9 +37,7 @@
#ifdef LDAP_DEVEL
#define SLAP_EXTENDED_SCHEMA 1
/*
#define LDAP_CACHING
*/
#endif
LDAP_BEGIN_DECL