From 33157e9bfc154f9151993e66bc26b3b282aac11a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 16 Jan 2000 11:09:32 +0000 Subject: fixed a formatting error (This used to be commit 10d9d81e8b7eba588526a5d479be74ce8f86fc55) --- source3/libsmb/clientgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c index 3497fb0f14..c510302301 100644 --- a/source3/libsmb/clientgen.c +++ b/source3/libsmb/clientgen.c @@ -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); -- cgit