The branch, master has been updated
       via  363fe115368639225673d628a2ccc067928f4289 (commit)
      from  03e0d0fb3791d0350199e396b562d3830f0fa095 (commit)

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


- Log -----------------------------------------------------------------
commit 363fe115368639225673d628a2ccc067928f4289
Author: Tim Prouty <[EMAIL PROTECTED]>
Date:   Thu Nov 20 18:03:33 2008 -0800

    s3/s4 build: Fix "might be unitialized" warning

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

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


Changeset truncated at 500 lines:

diff --git a/lib/torture/torture.c b/lib/torture/torture.c
index 0ef5f61..9ad29ba 100644
--- a/lib/torture/torture.c
+++ b/lib/torture/torture.c
@@ -310,7 +310,7 @@ static bool internal_torture_run_test(struct 
torture_context *context,
                                          bool already_setup)
 {
        bool success;
-       char *old_testname;
+       char *old_testname = NULL;
 
        if (tcase == NULL || strcmp(test->name, tcase->name) != 0) { 
                old_testname = context->active_testname;


-- 
Samba Shared Repository

Reply via email to