]> git.sur5r.net Git - openldap/commitdiff
#undef SLAP_X_FILTER_HASSUBORDINATES while I fix the entry lock problem ...
authorPierangelo Masarati <ando@openldap.org>
Tue, 10 Sep 2002 10:10:11 +0000 (10:10 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 10 Sep 2002 10:10:11 +0000 (10:10 +0000)
servers/slapd/proto-slap.h

index bde85b5368170e99c1ddc8f85d967310c30239ff..c77416108bd7f5d173d4645362d723b34e2e4423 100644 (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 ));