mirror of
https://github.com/samba-team/samba.git
synced 2025-12-07 20:23:50 +03:00
Ensure browse.dat is written and read in UNIX character set format.
Jeremy.
This commit is contained in:
@@ -237,6 +237,7 @@ BOOL cli_NetServerEnum(struct cli_state *cli, char *workgroup, uint32 stype,
|
||||
p += 4;
|
||||
|
||||
pstrcpy(p, workgroup);
|
||||
unix_to_dos(p, True);
|
||||
p = skip_string(p,1);
|
||||
|
||||
if (cli_api(cli,
|
||||
|
||||
Reference in New Issue
Block a user