[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1313-gbb1f56a

Volker Lendecke vlendec at samba.org
Sun Aug 30 03:41:46 MDT 2009


The branch, master has been updated
       via  bb1f56a814c7a830adf9568fe2144861611de8e2 (commit)
      from  417927019856182c3bd09318def82a561ebc12a5 (commit)

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


- Log -----------------------------------------------------------------
commit bb1f56a814c7a830adf9568fe2144861611de8e2
Author: Volker Lendecke <vl at samba.org>
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 7f3b61b..24b5922 100644
--- a/nsswitch/libwbclient/wbc_util.c
+++ b/nsswitch/libwbclient/wbc_util.c
@@ -263,6 +263,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


More information about the samba-cvs mailing list