mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r15750: don't clear after setting
metze
(This used to be commit 0e23d2a45a
)
This commit is contained in:
parent
476a6253a6
commit
35d6a53ff7
@ -454,7 +454,6 @@ _PUBLIC_ NTSTATUS ntvfs_map_open(struct ntvfs_module_context *ntvfs,
|
||||
|
||||
case RAW_OPEN_CTEMP:
|
||||
io2->generic.in.file_attr = io->ctemp.in.attrib;
|
||||
io2->generic.in.file_attr = 0;
|
||||
io2->generic.in.fname =
|
||||
talloc_asprintf(io2, "%s\\SRV%s",
|
||||
io->ctemp.in.directory,
|
||||
|
Loading…
Reference in New Issue
Block a user