From: Howard Chu Date: Fri, 18 Apr 2003 02:31:38 +0000 (+0000) Subject: ITS#2449, broken NOT filters X-Git-Tag: OPENLDAP_REL_ENG_2_2_0ALPHA~325 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7c60ff1ef8a823eb3a96ec1bdba0d211840018b8;p=openldap ITS#2449, broken NOT filters --- diff --git a/servers/slapd/back-bdb/filterindex.c b/servers/slapd/back-bdb/filterindex.c index 3a123b68e2..369b3f46b1 100644 --- a/servers/slapd/back-bdb/filterindex.c +++ b/servers/slapd/back-bdb/filterindex.c @@ -143,6 +143,10 @@ bdb_filter_candidates( #else Debug( LDAP_DEBUG_FILTER, "\tNOT\n", 0, 0, 0 ); #endif + { struct bdb_info *bdb = (struct bdb_info *) op->o_bd->be_private; + BDB_IDL_ALL( bdb, ids ); + } + rc = 0; break; case LDAP_FILTER_AND: