From 0a2f1a46a02d2c9497d05d7e534829dc6e9430dc Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 3 Dec 2007 15:53:07 +0100 Subject: r26249: Remove a couple more uses of global_loadparm. (This used to be commit 80a61200508a00d5b16a3e748ce92d54b9fefcd2) --- source4/torture/raw/open.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/raw/open.c') diff --git a/source4/torture/raw/open.c b/source4/torture/raw/open.c index fb81f7d55c..47f32b619b 100644 --- a/source4/torture/raw/open.c +++ b/source4/torture/raw/open.c @@ -1363,7 +1363,7 @@ static bool test_raw_open_multi(struct torture_context *tctx) return false; } - if (!torture_open_connection_share(mem_ctx, &cli, host, share, ev)) { + if (!torture_open_connection_share(mem_ctx, &cli, tctx, host, share, ev)) { return false; } @@ -1371,7 +1371,7 @@ static bool test_raw_open_multi(struct torture_context *tctx) for (i=0; i