[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-303-gbace42d

Tim Prouty tprouty at samba.org
Thu Mar 12 23:52:10 GMT 2009


The branch, master has been updated
       via  bace42d586f2e4364e5b66ccc80a0b19749b5e1c (commit)
      from  b6616ca8dc263da648b980ed7f18d88f850293d0 (commit)

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


- Log -----------------------------------------------------------------
commit bace42d586f2e4364e5b66ccc80a0b19749b5e1c
Author: Tim Prouty <tprouty at samba.org>
Date:   Thu Mar 12 16:51:20 2009 -0700

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

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

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


Changeset truncated at 500 lines:

diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 10e541f..64dfb52 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -4160,7 +4160,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