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

Jeremy Allison jra at samba.org
Tue Mar 17 21:50:47 GMT 2009


The branch, v3-2-test has been updated
       via  6efb624135a672babaad1459ff1f21b61281780e (commit)
       via  8ffe7b07df753568d960155c27d57de2bd99993f (commit)
      from  e6a23d498bfd4bbe19cecf24ba3f94af83c9bf8b (commit)

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


- Log -----------------------------------------------------------------
commit 6efb624135a672babaad1459ff1f21b61281780e
Merge: 8ffe7b07df753568d960155c27d57de2bd99993f e6a23d498bfd4bbe19cecf24ba3f94af83c9bf8b
Author: Jeremy Allison <jra at samba.org>
Date:   Tue Mar 17 14:49:00 2009 -0700

    Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-test

commit 8ffe7b07df753568d960155c27d57de2bd99993f
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Mar 17 11:22:41 2009 +0100

    Fix a valgrind error
    
    Found in "make test" -- if we can't connect at all, "cli" is uninitialized

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

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


Changeset truncated at 500 lines:

diff --git a/source/winbindd/winbindd_cm.c b/source/winbindd/winbindd_cm.c
index a139b32..8e4c612 100644
--- a/source/winbindd/winbindd_cm.c
+++ b/source/winbindd/winbindd_cm.c
@@ -1747,7 +1747,7 @@ static void set_dc_type_and_flags_connect( struct winbindd_domain *domain )
 	NTSTATUS 		result;
 	WERROR werr;
 	TALLOC_CTX              *mem_ctx = NULL;
-	struct rpc_pipe_client  *cli;
+	struct rpc_pipe_client  *cli = NULL;
 	POLICY_HND pol;
 	union dssetup_DsRoleInfo info;
 	union lsa_PolicyInformation *lsa_info = NULL;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list