svn commit: samba r15750 - in branches/SAMBA_4_0/source/ntvfs: .

metze at samba.org metze at samba.org
Sat May 20 16:10:23 GMT 2006


Author: metze
Date: 2006-05-20 16:10:22 +0000 (Sat, 20 May 2006)
New Revision: 15750

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15750

Log:
don't clear after setting

metze
Modified:
   branches/SAMBA_4_0/source/ntvfs/ntvfs_generic.c


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/ntvfs_generic.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/ntvfs_generic.c	2006-05-20 12:54:55 UTC (rev 15749)
+++ branches/SAMBA_4_0/source/ntvfs/ntvfs_generic.c	2006-05-20 16:10:22 UTC (rev 15750)
@@ -454,7 +454,6 @@
 
 	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,



More information about the samba-cvs mailing list