The branch, v3-4-test has been updated
       via  e1a50994800ce311925214254c0a471a9f32c1f7 (commit)
      from  8cb103372be4eb3232e5e13b67f63562e5506c7e (commit)

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


- Log -----------------------------------------------------------------
commit e1a50994800ce311925214254c0a471a9f32c1f7
Author: Volker Lendecke <[email protected]>
Date:   Sun Aug 30 11:39:41 2009 +0200

    s3:libwbclient: Fix bug 6349, initialize domain info struct

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

Summary of changes:
 nsswitch/libwbclient/wbc_util.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/nsswitch/libwbclient/wbc_util.c b/nsswitch/libwbclient/wbc_util.c
index 5c5034e..c39023f 100644
--- a/nsswitch/libwbclient/wbc_util.c
+++ b/nsswitch/libwbclient/wbc_util.c
@@ -262,6 +262,8 @@ static wbcErr process_domain_info_string(TALLOC_CTX *ctx,
                BAIL_ON_WBC_ERROR(wbc_status);
        }
 
+       ZERO_STRUCTP(info);
+
        r = info_string;
 
        /* Short Name */


-- 
Samba Shared Repository

Reply via email to