summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-06-29 22:21:22 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-06-29 22:21:22 +0200
commit17a5c876a69156843a8f4acca0e52e08845511fd (patch)
tree058977742fa42af41408b290f6b8dd2ecd80a015 /source4
parent8e9d7e84f6d4a0cdc4ed6d1a8a20c1fc88cefb76 (diff)
downloadsamba-17a5c876a69156843a8f4acca0e52e08845511fd.tar.gz
samba-17a5c876a69156843a8f4acca0e52e08845511fd.tar.bz2
samba-17a5c876a69156843a8f4acca0e52e08845511fd.zip
ldb:ldb_map_outbound.c - "ldb_parse_tree_collect_attrs" - remove unneeded return value
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/ldb_map/ldb_map_outbound.c2
1 files changed, 0 insertions, 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);