[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-561-gc5394cd

Jeremy Allison jra at samba.org
Thu Mar 19 04:50:36 GMT 2009


The branch, master has been updated
       via  c5394cd7cfd5a234d9ece5bcdf0166652f69234e (commit)
      from  28e03f2011b331ab01b99f9ff6e049f938ec1a00 (commit)

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


- Log -----------------------------------------------------------------
commit c5394cd7cfd5a234d9ece5bcdf0166652f69234e
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Mar 18 21:49:32 2009 -0700

    Modify simple POSIX open test to use filenames containing a ':'
    character. Should stop regressions of bug #6196.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 19849a8..6029eb0 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -4160,8 +4160,8 @@ static bool run_opentest(int dummy)
 static bool run_simple_posix_open_test(int dummy)
 {
 	static struct cli_state *cli1;
-	const char *fname = "\\posix.file";
-	const char *dname = "\\posix.dir";
+	const char *fname = "\\posix:file";
+	const char *dname = "\\posix:dir";
 	uint16 major, minor;
 	uint32 caplow, caphigh;
 	int fnum1 = -1;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list