mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
#undef SLAP_X_FILTER_HASSUBORDINATES while I fix the entry lock problem ...
This commit is contained in:
parent
35e8b8325d
commit
8758a30bf2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ));
|
||||
|
|
|
|||
Loading…
Reference in a new issue