summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-09-29 21:59:50 -0700
committerAndrew Tridgell <tridge@samba.org>2008-09-29 21:59:50 -0700
commitd87e9ba56b00962be6b797464e77619bc6f0ba2c (patch)
treeb3c4966dcd23977cde0b66ac90db0aad1851be5c
parent8104968004a3a7fcfe4febb9918ecbf37ba948ac (diff)
downloadsamba-d87e9ba56b00962be6b797464e77619bc6f0ba2c.tar.gz
samba-d87e9ba56b00962be6b797464e77619bc6f0ba2c.tar.bz2
samba-d87e9ba56b00962be6b797464e77619bc6f0ba2c.zip
setup the loadparm context for ldb in testjoin
-rw-r--r--source4/torture/rpc/testjoin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/testjoin.c b/source4/torture/rpc/testjoin.c
index 21542e9b16..3408a1924c 100644
--- a/source4/torture/rpc/testjoin.c
+++ b/source4/torture/rpc/testjoin.c
@@ -472,6 +472,7 @@ static NTSTATUS torture_leave_ads_domain(struct torture_context *torture,
}
ldb_set_opaque(ldb_ctx, "credentials", cmdline_credentials);
+ ldb_set_opaque(ldb_ctx, "loadparm", cmdline_lp_ctx);
rtn = ldb_connect(ldb_ctx, remote_ldb_url, 0, NULL);
if (rtn != 0) {