summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools/cmdline.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-01 15:27:30 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-01 18:55:19 +1100
commit43f7c9ca26f72141c87babe428e46e9a293c4b9c (patch)
treedd9e39fb83d1d2b693d30f1ce16da20df38bda41 /source4/lib/ldb/tools/cmdline.c
parent6db57658a9746df7177f1824752aa43395f1419f (diff)
downloadsamba-43f7c9ca26f72141c87babe428e46e9a293c4b9c.tar.gz
samba-43f7c9ca26f72141c87babe428e46e9a293c4b9c.tar.bz2
samba-43f7c9ca26f72141c87babe428e46e9a293c4b9c.zip
s4-test: we don't need to set LDB_MODULES_PATH any more
Diffstat (limited to 'source4/lib/ldb/tools/cmdline.c')
-rw-r--r--source4/lib/ldb/tools/cmdline.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/ldb/tools/cmdline.c b/source4/lib/ldb/tools/cmdline.c
index 0f60e8f31b..83de6ed456 100644
--- a/source4/lib/ldb/tools/cmdline.c
+++ b/source4/lib/ldb/tools/cmdline.c
@@ -318,8 +318,6 @@ struct ldb_cmdline *ldb_cmdline_process(struct ldb_context *ldb,
if (options.modules_path != NULL) {
ldb_set_modules_dir(ldb, options.modules_path);
- } else if (getenv("LDB_MODULES_PATH") != NULL) {
- ldb_set_modules_dir(ldb, getenv("LDB_MODULES_PATH"));
}
/* now connect to the ldb */