mirror of
https://github.com/samba-team/samba.git
synced 2025-11-27 08:23:49 +03:00
r4397: Fix a bug where '(&(objectclass=domain)(!(objectclass=builtindomain)))' fell
back to a full search. Volker
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
3ebaec6edb
commit
55c9fbd4f4
@@ -526,6 +526,7 @@ static int ldb_index_filter(struct ldb_module *module, struct ldb_parse_tree *tr
|
||||
return -1;
|
||||
}
|
||||
|
||||
ret = 0;
|
||||
if (ltdb_message_match(module, &msg, tree, base, scope) == 1) {
|
||||
ret = ltdb_add_attr_results(module, &msg, attrs, &count, res);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user