1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

fixed a formatting error

This commit is contained in:
Andrew Tridgell -
parent fdcbf6b52d
commit 10d9d81e8b

View File

@ -1293,7 +1293,7 @@ int cli_open(struct cli_state *cli, char *fname, int flags, int share_mode)
p = smb_buf(cli->outbuf);
pstrcpy(p,fname);
unix_to_dos(p,True);
unix_to_dos(p,True);
p = skip_string(p,1);
cli_send_smb(cli);