diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-11-27 08:41:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:16:09 -0500 |
commit | 847644bdac520a3cca7f30ffa50c0de3eeedf6d9 (patch) | |
tree | 94026c95cc94cfbf00da44dd0b32da29aa07f747 /source3/lib/ldb/modules | |
parent | fb5d4f9c863c5486eed607dfb723254411758f89 (diff) | |
download | samba-847644bdac520a3cca7f30ffa50c0de3eeedf6d9.tar.gz samba-847644bdac520a3cca7f30ffa50c0de3eeedf6d9.tar.bz2 samba-847644bdac520a3cca7f30ffa50c0de3eeedf6d9.zip |
r19917: Fix warnings
(This used to be commit cf4309b9048a8417104cac660421a3dcd2e96ffe)
Diffstat (limited to 'source3/lib/ldb/modules')
-rw-r--r-- | source3/lib/ldb/modules/operational.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/ldb/modules/operational.c b/source3/lib/ldb/modules/operational.c index c327a96f90..555ae5e9f6 100644 --- a/source3/lib/ldb/modules/operational.c +++ b/source3/lib/ldb/modules/operational.c @@ -244,7 +244,7 @@ static int operational_search(struct ldb_module *module, struct ldb_request *req searchable, but are stored using a different name in the backend */ for (i=0;i<ARRAY_SIZE(parse_tree_sub);i++) { - ldb_parse_tree_attr_replace(req->op.search.tree, + ldb_parse_tree_attr_replace(CONST_DISCARD(struct ldb_parse_tree *,req->op.search.tree), parse_tree_sub[i].attr, parse_tree_sub[i].replace); } |