[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-5066-gc8f001f

Jeremy Allison jra at samba.org
Fri Mar 13 00:09:38 GMT 2009


The branch, v3-3-test has been updated
       via  c8f001f9f4860c333b9c49c6e47e4be930b095da (commit)
      from  7bc42dc7ca39b84ce9ea20c422a9ef4463df9917 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit c8f001f9f4860c333b9c49c6e47e4be930b095da
Author: Tim Prouty <tprouty at samba.org>
Date:   Thu Mar 12 17:08:54 2009 -0700

    s3 torture: Fix unitialized variable to avoid closing a random fnum

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

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


Changeset truncated at 500 lines:

diff --git a/source/torture/torture.c b/source/torture/torture.c
index b62d7f0..55b7673 100644
--- a/source/torture/torture.c
+++ b/source/torture/torture.c
@@ -4165,7 +4165,7 @@ static bool run_simple_posix_open_test(int dummy)
 	const char *dname = "\\posix.dir";
 	uint16 major, minor;
 	uint32 caplow, caphigh;
-	int fnum1;
+	int fnum1 = -1;
 	bool correct = false;
 
 	printf("Starting simple POSIX open test\n");


-- 
Samba Shared Repository


More information about the samba-cvs mailing list