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

vlendec at samba.org vlendec at samba.org
Mon Jan 8 16:11:44 GMT 2007


Author: vlendec
Date: 2007-01-08 16:11:44 +0000 (Mon, 08 Jan 2007)
New Revision: 20613

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

Log:
The individual tests are fine, I did run samba3badpath, but raw-samba3hide
left test.txt with permissions 000 behind...

Volker

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-08 15:36:33 UTC (rev 20612)
+++ branches/SAMBA_4_0/source/torture/raw/samba3hide.c	2007-01-08 16:11:44 UTC (rev 20613)
@@ -263,6 +263,9 @@
 		return False;
 	}
 
+	smbcli_chmod(cli->tree, fname, UNIX_R_USR|UNIX_W_USR);
+	smbcli_unlink(cli->tree, fname);
+	
 	return True;
 }
 



More information about the samba-cvs mailing list