diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-02-02 11:26:20 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-02-02 13:09:16 +0100 |
commit | 62a3947d53aa38a2dab5ddf163d41a58a26bff14 (patch) | |
tree | d434d4ab728e0026140aa0f33eaf3262b7ab23c1 /source4/lib | |
parent | 82466db35dd21064f3f3754fb9ebdedaf13566bc (diff) | |
download | samba-62a3947d53aa38a2dab5ddf163d41a58a26bff14.tar.gz samba-62a3947d53aa38a2dab5ddf163d41a58a26bff14.tar.xz samba-62a3947d53aa38a2dab5ddf163d41a58a26bff14.zip |
s4:ldb_map: s/new/ntree
metze
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/ldb_map/ldb_map.h | 2 |
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 7f92c15b986..872208174ea 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 { |