#undef SLAP_X_FILTER_HASSUBORDINATES while I fix the entry lock problem ...

This commit is contained in:
Pierangelo Masarati 2002-09-10 10:10:11 +00:00
parent 35e8b8325d
commit 8758a30bf2

View file

@ -471,7 +471,7 @@ LDAP_SLAPD_F (void) vrFilter2bv LDAP_P(( ValuesReturnFilter *f, struct berval *f
/*
* define to honor hasSubordinates operational attribute in search filters
*/
#define SLAP_X_FILTER_HASSUBORDINATES
#undef SLAP_X_FILTER_HASSUBORDINATES
#ifdef SLAP_X_FILTER_HASSUBORDINATES
LDAP_SLAPD_F (int) filter_has_subordinates LDAP_P(( Filter *filter ));