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

Volker Lendecke vlendec at samba.org
Tue Mar 17 10:34:49 GMT 2009


The branch, v3-3-test has been updated
       via  c863f8c767c9112a31da7b9f8a84c6c07bfb9d37 (commit)
      from  3751ea72f225e370c52b842f258a828ff4a596fd (commit)

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


- Log -----------------------------------------------------------------
commit c863f8c767c9112a31da7b9f8a84c6c07bfb9d37
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 ddd98c3..bc3db08 100644
--- a/source/winbindd/winbindd_cm.c
+++ b/source/winbindd/winbindd_cm.c
@@ -1763,7 +1763,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