mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r15750: don't clear after setting
metze
This commit is contained in:
parent
338aee88d4
commit
0e23d2a45a
@ -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