Looks like I missed this earlier. We should connect as the specified workgroup
authorAndrew Bartlett <abartlet@samba.org>
Sun, 21 Jul 2002 01:20:28 +0000 (01:20 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 21 Jul 2002 01:20:28 +0000 (01:20 +0000)
- 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)

source3/client/smbspool.c

index 7804669cc88d490b511eda0cced223925fc798a0..ecb5c311c54394bed89574196acc516b71311fc8 100644 (file)
@@ -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));