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:
parent
8a20318c56
commit
b7a1c00bed
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user