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

metze at samba.org metze at samba.org
Sat Jun 11 07:46:50 GMT 2005


Author: metze
Date: 2005-06-11 07:46:50 +0000 (Sat, 11 Jun 2005)
New Revision: 7488

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

Log:
update the mode in the struct too,
that fixes the RAW-RENAME test

metze
Modified:
   branches/SAMBA_4_0/source/ntvfs/posix/pvfs_util.c


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/posix/pvfs_util.c
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/posix/pvfs_util.c	2005-06-11 07:01:44 UTC (rev 7487)
+++ branches/SAMBA_4_0/source/ntvfs/posix/pvfs_util.c	2005-06-11 07:46:50 UTC (rev 7488)
@@ -149,7 +149,8 @@
 		unlink(name2->full_name);
 		return status;
 	}
-	
+
+	name2->st.st_mode = mode;
 	name2->dos = name1->dos;
 
 	status = pvfs_dosattrib_save(pvfs, name2, fd2);



More information about the samba-cvs mailing list