From: Pierangelo Masarati Date: Tue, 10 Sep 2002 10:10:11 +0000 (+0000) Subject: #undef SLAP_X_FILTER_HASSUBORDINATES while I fix the entry lock problem ... X-Git-Tag: NO_SLAP_OP_BLOCKS~990 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8758a30bf23f1aa603732d2c91d3727a0b413744;p=thirdparty%2Fopenldap.git #undef SLAP_X_FILTER_HASSUBORDINATES while I fix the entry lock problem ... --- diff --git a/servers/slapd/proto-slap.h b/servers/slapd/proto-slap.h index bde85b5368..c77416108b 100644 --- a/servers/slapd/proto-slap.h +++ b/servers/slapd/proto-slap.h @@ -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 ));