diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-11-02 02:30:21 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-11-02 02:30:21 +0100 |
commit | 3ebc574be4049905c6f08d188fd3cdfdc4d3ba32 (patch) | |
tree | 92545c4a647fc6d21586b538092ffe885cfe4982 /source4/torture/util_smb.c | |
parent | b034c519f53cffbac21c3db79ee24cdd8f1ce4a2 (diff) | |
download | samba-3ebc574be4049905c6f08d188fd3cdfdc4d3ba32.tar.gz |
Fix the build.
Diffstat (limited to 'source4/torture/util_smb.c')
-rw-r--r-- | source4/torture/util_smb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/util_smb.c b/source4/torture/util_smb.c index b84938cf11f..5157369a78e 100644 --- a/source4/torture/util_smb.c +++ b/source4/torture/util_smb.c @@ -486,6 +486,7 @@ _PUBLIC_ bool torture_open_connection_share(TALLOC_CTX *mem_ctx, status = smbcli_full_connection(mem_ctx, c, hostname, lp_smb_ports(tctx->lp_ctx), sharename, NULL, + lp_socket_options(tctx->lp_ctx), cmdline_credentials, lp_resolve_context(tctx->lp_ctx), ev, &options, &session_options, |