Skip to content
Snippets Groups Projects
Commit 7caf3e09 authored by Howard Chu's avatar Howard Chu
Browse files

Fix prev commit, extended search was broken

parent 86a18c2e
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment