summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/clitree.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-24 04:00:07 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-24 04:00:07 +0200
commite9ab9e52f0bbbf2c9f95b5344db1c7ba305bd59f (patch)
tree654232e8facbee9ed299fd72cc8a4534ed100dd5 /source4/libcli/raw/clitree.c
parent922a29992ee38b8e1c851192677b89a2cd59a91a (diff)
downloadsamba-e9ab9e52f0bbbf2c9f95b5344db1c7ba305bd59f.tar.gz
samba-e9ab9e52f0bbbf2c9f95b5344db1c7ba305bd59f.tar.bz2
samba-e9ab9e52f0bbbf2c9f95b5344db1c7ba305bd59f.zip
Just hardcode workgroup to empty string, to avoid use of
global_loadparm.
Diffstat (limited to 'source4/libcli/raw/clitree.c')
-rw-r--r--source4/libcli/raw/clitree.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/source4/libcli/raw/clitree.c b/source4/libcli/raw/clitree.c
index 4b5d2dc397..ccfb28b84d 100644
--- a/source4/libcli/raw/clitree.c
+++ b/source4/libcli/raw/clitree.c
@@ -196,10 +196,9 @@ NTSTATUS smbcli_tree_full_connection(TALLOC_CTX *parent_ctx,
io.in.fallback_to_anonymous = false;
/* This workgroup gets sent out by the SPNEGO session setup.
- * I don't know of any servers that look at it, so we might
- * hardcode it to "" some day, when the war on global_loadparm
- * is complete -- abartlet 2008-04-28 */
- io.in.workgroup = lp_workgroup(global_loadparm);
+ * I don't know of any servers that look at it, so we
+ * hardcode it to "". */
+ io.in.workgroup = "";
io.in.options = *options;
io.in.session_options = *session_options;