git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e97cbd6
)
formatting change
author
Andrew Tridgell
<tridge@samba.org>
Sat, 21 Nov 1998 01:26:18 +0000
(
01:26
+0000)
committer
Andrew Tridgell
<tridge@samba.org>
Sat, 21 Nov 1998 01:26:18 +0000
(
01:26
+0000)
source/smbd/filename.c
patch
|
blob
|
history
diff --git
a/source/smbd/filename.c
b/source/smbd/filename.c
index 1b4f7f8c778176bc53139df4e486a51a3ab15e76..83e6fe092e1488274fad42047064938d183ddf78 100644
(file)
--- a/
source/smbd/filename.c
+++ b/
source/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);
}