From 17a5c876a69156843a8f4acca0e52e08845511fd Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Tue, 29 Jun 2010 22:21:22 +0200 Subject: ldb:ldb_map_outbound.c - "ldb_parse_tree_collect_attrs" - remove unneeded return value --- source4/lib/ldb/ldb_map/ldb_map_outbound.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source4/lib/ldb/ldb_map/ldb_map_outbound.c b/source4/lib/ldb/ldb_map/ldb_map_outbound.c index 17d77d7d62..98cd525e86 100644 --- a/source4/lib/ldb/ldb_map/ldb_map_outbound.c +++ b/source4/lib/ldb/ldb_map/ldb_map_outbound.c @@ -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); -- cgit