diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-30 02:47:19 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-30 02:47:19 +0200 |
commit | 181ee01da67985f5db684500247d655ce72fe611 (patch) | |
tree | 30e80ae912ea3ca940bb7d926644f412967667c2 /source4/torture/raw/composite.c | |
parent | cef80957c49c972e82a634724590b5fd5d6ca78f (diff) | |
download | samba-181ee01da67985f5db684500247d655ce72fe611.tar.gz samba-181ee01da67985f5db684500247d655ce72fe611.tar.xz samba-181ee01da67985f5db684500247d655ce72fe611.zip |
Pass session options around; saves another use of global_loadparm.
Diffstat (limited to 'source4/torture/raw/composite.c')
-rw-r--r-- | source4/torture/raw/composite.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/raw/composite.c b/source4/torture/raw/composite.c index a151854e59..7f1f5943e1 100644 --- a/source4/torture/raw/composite.c +++ b/source4/torture/raw/composite.c @@ -164,6 +164,7 @@ static bool test_fetchfile(struct smbcli_state *cli, struct torture_context *tct io2.in.filename = fname; io2.in.resolve_ctx = lp_resolve_context(tctx->lp_ctx); lp_smbcli_options(tctx->lp_ctx, &io2.in.options); + lp_smbcli_session_options(tctx->lp_ctx, &io2.in.session_options); printf("testing parallel fetchfile with %d ops\n", torture_numops); |