mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#2449, broken NOT filters
This commit is contained in:
parent
2dbcd890b8
commit
7c60ff1ef8
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue