[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Mon Feb 22 16:05:17 MST 2010


The branch, master has been updated
       via  3aee8e7... Ensure STREAMERROR deletes any files in the \\testdir before rmdir and mkdir. Jeremy.
      from  f1fe808... Add an "attributes" string to allinfo. Jeremy.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 3aee8e73b0c175ece7790427e28ce7c0f4cbaaa5
Author: Jeremy Allison <jra at samba.org>
Date:   Mon Feb 22 15:04:10 2010 -0800

    Ensure STREAMERROR deletes any files in the \\testdir
    before rmdir and mkdir.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source3/torture/torture.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 5ed27f9..1bb6ad0 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -6442,6 +6442,7 @@ static bool run_streamerror(int dummy)
 		return false;
 	}
 
+	cli_unlink(cli, "\\testdir\\*", aSYSTEM | aHIDDEN);
 	cli_rmdir(cli, dname);
 
 	status = cli_mkdir(cli, dname);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list