summaryrefslogtreecommitdiff
path: root/source4/libcli/raw
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-11-02 01:03:26 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-11-02 01:03:26 +0100
commit7a6190e9a7cc176ebd428c1e3edde1328ebca3e3 (patch)
tree3c4ef46b2d735dafc6c4add9d99270f6d5341dd8 /source4/libcli/raw
parentcb7d085ec34442db25e6c5a5d4b4547e0718fb92 (diff)
downloadsamba-7a6190e9a7cc176ebd428c1e3edde1328ebca3e3.tar.gz
samba-7a6190e9a7cc176ebd428c1e3edde1328ebca3e3.tar.bz2
samba-7a6190e9a7cc176ebd428c1e3edde1328ebca3e3.zip
Remove another use of global_loadparm.
Diffstat (limited to 'source4/libcli/raw')
-rw-r--r--source4/libcli/raw/clitree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/libcli/raw/clitree.c b/source4/libcli/raw/clitree.c
index 61cbfa7ecb..8640a25747 100644
--- a/source4/libcli/raw/clitree.c
+++ b/source4/libcli/raw/clitree.c
@@ -173,6 +173,7 @@ NTSTATUS smbcli_tree_full_connection(TALLOC_CTX *parent_ctx,
struct smbcli_tree **ret_tree,
const char *dest_host, const char **dest_ports,
const char *service, const char *service_type,
+ const char *socket_options,
struct cli_credentials *credentials,
struct resolve_context *resolve_ctx,
struct event_context *ev,
@@ -189,6 +190,7 @@ NTSTATUS smbcli_tree_full_connection(TALLOC_CTX *parent_ctx,
io.in.dest_host = dest_host;
io.in.dest_ports = dest_ports;
+ io.in.socket_options = socket_options;
io.in.called_name = strupper_talloc(tmp_ctx, dest_host);
io.in.service = service;
io.in.service_type = service_type;