search for: tempworkgroup

Displaying 1 result from an estimated 1 matches for "tempworkgroup".

Did you mean: oemworkgroup
1998 Jul 22
0
BUG-with-fix: smbclient ignores WORKGROUP= in smb.conf
...urce/client.c,v retrieving revision 1.63.2.11 diff -c -r1.63.2.11 client.c *** client.c 1998/05/13 02:32:40 1.63.2.11 --- client.c 1998/07/22 21:20:56 *************** *** 3549,3554 **** --- 3549,3555 ---- pstring new_name_resolve_order; char *p; int save_debuglevel = -1; + pstring tempworkgroup = ""; #ifdef KANJI pstrcpy(term_code, KANJI); *************** *** 3703,3709 **** break; case 'W': ! pstrcpy(workgroup,optarg); break; case 'E': dbf = stderr; --- 3704,3710 ---- break; case 'W': ! pstrcpy(te...