1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

fixed indentation

This commit is contained in:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent 8a20318c56
commit b7a1c00bed

View File

@ -197,7 +197,7 @@ int cli_nt_create(struct cli_state *cli, char *fname)
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);