From 35d6a53ff7b7b906d9a42bad5b7647a2abc6a3f6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 20 May 2006 16:10:22 +0000 Subject: r15750: don't clear after setting metze (This used to be commit 0e23d2a45a4507051bb3453387b82e7a9f4433ea) --- source4/ntvfs/ntvfs_generic.c | 1 - 1 file changed, 1 deletion(-) 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, -- cgit