mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ITS#2449, broken NOT filters
This commit is contained in:
parent
2dbcd890b8
commit
7c60ff1ef8
@ -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 New Issue
Block a user