]> git.sur5r.net Git - openldap/commitdiff
ITS#2449, broken NOT filters
authorHoward Chu <hyc@openldap.org>
Fri, 18 Apr 2003 02:31:38 +0000 (02:31 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 18 Apr 2003 02:31:38 +0000 (02:31 +0000)
servers/slapd/back-bdb/filterindex.c

index 3a123b68e225c10d25aefb93973b917e139fa92b..369b3f46b1a86ece8a3e615bad7b01d4978ac2d0 100644 (file)
@@ -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: