summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-07-21 01:20:28 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-07-21 01:20:28 +0000
commita6a612a8144019937740753e2a14f823d3c92dd4 (patch)
tree0587d7597e267cd0c6a1f00eba5628fb4c85fb93 /source3/client
parent035738863609b0762a18962f1c471bb385254f10 (diff)
downloadsamba-a6a612a8144019937740753e2a14f823d3c92dd4.tar.gz
samba-a6a612a8144019937740753e2a14f823d3c92dd4.tar.bz2
samba-a6a612a8144019937740753e2a14f823d3c92dd4.zip
Looks like I missed this earlier. We should connect as the specified workgroup
- sombody using smbspool won't always have a full smb.conf, and this is how it was written in the first place anyway. Again, found by the IRIX compiler. Andrew Bartlett (This used to be commit 31181158766cd5f0e8409854f3c304f6fb46582b)
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/smbspool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c
index 7804669cc8..ecb5c311c5 100644
--- a/source3/client/smbspool.c
+++ b/source3/client/smbspool.c
@@ -282,7 +282,7 @@ smb_connect(char *workgroup, /* I - Workgroup */
get_myname(myname);
nt_status = cli_full_connection(&c, myname, server, NULL, 0, share, "?????",
- username, lp_workgroup(), password, 0);
+ username, workgroup, password, 0);
if (!NT_STATUS_IS_OK(nt_status)) {
fprintf(stderr, "ERROR: Connection failed with error %s\n", nt_errstr(nt_status));