Skip to content
Snippets Groups Projects
Commit 8758a30b authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

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

parent 35e8b832
No related branches found
No related tags found
No related merge requests found
......@@ -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 ));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment