The branch, v3-4-test has been updated
       via  a6b0963d718d792f7b4cb218f6a070715ec7a091 (commit)
      from  a4063f80803d0751895baced8a3f4ef03431b2a1 (commit)

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


- Log -----------------------------------------------------------------
commit a6b0963d718d792f7b4cb218f6a070715ec7a091
Author: Volker Lendecke <v...@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
    (cherry picked from commit 7735650f2ed74a72ddee272baf281e3fd9e7c42b)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_cm.c b/source3/winbindd/winbindd_cm.c
index e06e30e..d595f80 100644
--- a/source3/winbindd/winbindd_cm.c
+++ b/source3/winbindd/winbindd_cm.c
@@ -1772,7 +1772,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

Reply via email to