summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_map/ldb_map.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-02 11:26:20 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-02 13:09:16 +0100
commit62a3947d53aa38a2dab5ddf163d41a58a26bff14 (patch)
treed434d4ab728e0026140aa0f33eaf3262b7ab23c1 /source4/lib/ldb/ldb_map/ldb_map.h
parent82466db35dd21064f3f3754fb9ebdedaf13566bc (diff)
downloadsamba-62a3947d53aa38a2dab5ddf163d41a58a26bff14.tar.gz
samba-62a3947d53aa38a2dab5ddf163d41a58a26bff14.tar.bz2
samba-62a3947d53aa38a2dab5ddf163d41a58a26bff14.zip
s4:ldb_map: s/new/ntree
metze
Diffstat (limited to 'source4/lib/ldb/ldb_map/ldb_map.h')
-rw-r--r--source4/lib/ldb/ldb_map/ldb_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_map/ldb_map.h b/source4/lib/ldb/ldb_map/ldb_map.h
index 7f92c15b98..872208174e 100644
--- a/source4/lib/ldb/ldb_map/ldb_map.h
+++ b/source4/lib/ldb/ldb_map/ldb_map.h
@@ -67,7 +67,7 @@ struct ldb_map_attribute {
} type;
/* if set, will be called for search expressions that contain this attribute */
- int (*convert_operator)(struct ldb_module *, TALLOC_CTX *ctx, struct ldb_parse_tree **new, const struct ldb_parse_tree *);
+ int (*convert_operator)(struct ldb_module *, TALLOC_CTX *ctx, struct ldb_parse_tree **ntree, const struct ldb_parse_tree *otree);
union {
struct {