diff options
author | Jeremy Allison <jra@samba.org> | 2001-04-18 05:12:46 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-04-18 05:12:46 +0000 |
commit | 6f78636a56106c510545dc1c8218b3a90a486c67 (patch) | |
tree | f8f9bdb15d1cdb94f030a9b4bacc7bbfe0f21ad3 /source3/smbd/open.c | |
parent | a40fe7b47d269d294b1bbf5c22d9a6d6c9f81e17 (diff) | |
download | samba-6f78636a56106c510545dc1c8218b3a90a486c67.tar.gz samba-6f78636a56106c510545dc1c8218b3a90a486c67.tar.xz samba-6f78636a56106c510545dc1c8218b3a90a486c67.zip |
Removed mktemp from HEAD - same as done in 2.2.
Jeremy.
(This used to be commit 121b59669fbcd1aaedb08011ff36169fc6561c55)
Diffstat (limited to 'source3/smbd/open.c')
-rw-r--r-- | source3/smbd/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/open.c b/source3/smbd/open.c index c6d4a44688c..8db44006644 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -600,7 +600,7 @@ files_struct *open_file_shared(connection_struct *conn,char *fname, SMB_STRUCT_S ignored */ *Access = DOS_OPEN_WRONLY; *action = FILE_WAS_CREATED; - return print_fsp_open(conn, fname); + return print_fsp_open(conn); } fsp = file_new(conn); |