diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-09-29 21:59:50 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-09-29 21:59:50 -0700 |
commit | d87e9ba56b00962be6b797464e77619bc6f0ba2c (patch) | |
tree | b3c4966dcd23977cde0b66ac90db0aad1851be5c /source4/torture | |
parent | 8104968004a3a7fcfe4febb9918ecbf37ba948ac (diff) | |
download | samba-d87e9ba56b00962be6b797464e77619bc6f0ba2c.tar.gz samba-d87e9ba56b00962be6b797464e77619bc6f0ba2c.tar.bz2 samba-d87e9ba56b00962be6b797464e77619bc6f0ba2c.zip |
setup the loadparm context for ldb in testjoin
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/testjoin.c | 1 |
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) { |