Author: metze Date: 2006-07-01 14:04:28 +0000 (Sat, 01 Jul 2006) New Revision: 16730
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16730 Log: that is correct... 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-07-01 12:14:45 UTC (rev 16729) +++ branches/SAMBA_4_0/source/ntvfs/ntvfs_generic.c 2006-07-01 14:04:28 UTC (rev 16730) @@ -215,8 +215,7 @@ io->smb2.out.change_time = io2->generic.out.change_time; io->smb2.out.alloc_size = io2->generic.out.alloc_size; io->smb2.out.size = io2->generic.out.size; - /*io->smb2.out.file_attr = io2->generic.out.attrib; would this be correct? */ - io->smb2.out.file_attr = 0; + io->smb2.out.file_attr = io2->generic.out.attrib; io->smb2.out._pad = 0; io->smb2.out.blob = data_blob(NULL, 0); break;
