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

ITS#2449, broken NOT filters

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