summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-01-16 11:09:32 +0000
committerAndrew Tridgell <tridge@samba.org>2000-01-16 11:09:32 +0000
commit33157e9bfc154f9151993e66bc26b3b282aac11a (patch)
tree8a9e5fa74ebc8fbbf388189031f1a53eef73e34d
parent5eae2eaebeff8819c0f840e52814e0c69907032e (diff)
downloadsamba-33157e9bfc154f9151993e66bc26b3b282aac11a.tar.gz
samba-33157e9bfc154f9151993e66bc26b3b282aac11a.tar.bz2
samba-33157e9bfc154f9151993e66bc26b3b282aac11a.zip
fixed a formatting error
(This used to be commit 10d9d81e8b7eba588526a5d479be74ce8f86fc55)
-rw-r--r--source3/libsmb/clientgen.c2
1 files changed, 1 insertions, 1 deletions
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);