mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix prev commit, extended search was broken
This commit is contained in:
parent
86a18c2ea2
commit
7caf3e0952
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue