1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

ldb:ldb_map_outbound.c - "ldb_parse_tree_collect_attrs" - remove unneeded return value

This commit is contained in:
Matthias Dieter Wallnöfer 2010-06-29 22:21:22 +02:00
parent 8e9d7e84f6
commit 17a5c876a6

View File

@ -565,8 +565,6 @@ static int ldb_parse_tree_collect_attrs(struct ldb_module *module, void *mem_ctx
*attrs = new_attrs;
return 0;
}
return -1;
}
static int map_subtree_select_local(struct ldb_module *module, void *mem_ctx, struct ldb_parse_tree **new, const struct ldb_parse_tree *tree);