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

Karolin Seeger kseeger at samba.org
Wed Sep 2 04:03:54 MDT 2009


The branch, v3-3-test has been updated
       via  39a7cc3c1fd6a3fbb56c8030b6e12962d9fb7181 (commit)
      from  7253d96fc205717d9fed973bbcad2884ce656fd9 (commit)

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


- Log -----------------------------------------------------------------
commit 39a7cc3c1fd6a3fbb56c8030b6e12962d9fb7181
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:
 source/nsswitch/libwbclient/wbc_util.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/nsswitch/libwbclient/wbc_util.c b/source/nsswitch/libwbclient/wbc_util.c
index b486874..77613e0 100644
--- a/source/nsswitch/libwbclient/wbc_util.c
+++ b/source/nsswitch/libwbclient/wbc_util.c
@@ -285,6 +285,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