summaryrefslogtreecommitdiff
path: root/source3/smbd/filename.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-11-21 01:26:18 +0000
committerAndrew Tridgell <tridge@samba.org>1998-11-21 01:26:18 +0000
commitbb5fab7b553dc18d8b0c03f6a65ee92586752955 (patch)
tree4fd852327e9b49d853829a03a4708138b3d85595 /source3/smbd/filename.c
parenta0c6af03d61cae807bdc5e6aa736865a8e5333b7 (diff)
downloadsamba-bb5fab7b553dc18d8b0c03f6a65ee92586752955.tar.gz
samba-bb5fab7b553dc18d8b0c03f6a65ee92586752955.tar.bz2
samba-bb5fab7b553dc18d8b0c03f6a65ee92586752955.zip
formatting change
(This used to be commit 94fc7fe3afa1dc5547050248738eb697c1eeef59)
Diffstat (limited to 'source3/smbd/filename.c')
-rw-r--r--source3/smbd/filename.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c
index 1b4f7f8c77..83e6fe092e 100644
--- a/source3/smbd/filename.c
+++ b/source3/smbd/filename.c
@@ -411,7 +411,7 @@ BOOL unix_convert(char *name,connection_struct *conn,char *saved_last_component,
for (s=name2 ; *s ; s++)
if (!issafe(*s)) *s = '_';
- pstrcpy(name,(char *)mktemp(name2));
+ pstrcpy(name,(char *)mktemp(name2));
}
return(True);
}