ITS#2449, broken NOT filters

This commit is contained in:
Howard Chu 2003-04-18 02:31:38 +00:00
parent 2dbcd890b8
commit 7c60ff1ef8

View 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: