diff options
-rw-r--r-- | source4/ntvfs/ntvfs_generic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/ntvfs/ntvfs_generic.c b/source4/ntvfs/ntvfs_generic.c index 5058225ceb..a4cc0ff396 100644 --- a/source4/ntvfs/ntvfs_generic.c +++ b/source4/ntvfs/ntvfs_generic.c @@ -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, |