svn commit: samba r20549 - in branches/SAMBA_4_0/source/torture/raw: .

vlendec at samba.org vlendec at samba.org
Fri Jan 5 15:12:33 GMT 2007


Author: vlendec
Date: 2007-01-05 15:12:32 +0000 (Fri, 05 Jan 2007)
New Revision: 20549

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

Log:
obvious bug fix..
Modified:
   branches/SAMBA_4_0/source/torture/raw/samba3hide.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/samba3hide.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/samba3hide.c	2007-01-05 15:03:21 UTC (rev 20548)
+++ branches/SAMBA_4_0/source/torture/raw/samba3hide.c	2007-01-05 15:12:32 UTC (rev 20549)
@@ -42,7 +42,7 @@
 	
 	info->unix_basic.in.status_change_time = SMB_TIME_NO_CHANGE_HI;
 	info->unix_basic.in.status_change_time <<= 32;
-	info->unix_basic.in.status_change_time = SMB_TIME_NO_CHANGE_LO;
+	info->unix_basic.in.status_change_time |= SMB_TIME_NO_CHANGE_LO;
 
 	info->unix_basic.in.access_time = SMB_TIME_NO_CHANGE_HI;
 	info->unix_basic.in.access_time <<= 32;



More information about the samba-cvs mailing list