Fix prev commit, extended search was broken

This commit is contained in:
Howard Chu 2003-04-18 05:53:24 +00:00
parent 86a18c2ea2
commit 7caf3e0952

View file

@ -178,6 +178,10 @@ bdb_filter_candidates(
Debug( LDAP_DEBUG_FILTER, "\tUNKNOWN %lu\n",
(unsigned long) f->f_choice, 0, 0 );
#endif
/* Must not return NULL, otherwise extended filters break */
{ struct bdb_info *bdb = (struct bdb_info *) op->o_bd->be_private;
BDB_IDL_ALL( bdb, ids );
}
}
#ifdef NEW_LOGGING