From: Volker Lendecke Date: Sun, 30 Aug 2009 09:39:41 +0000 (+0200) Subject: s3:libwbclient: Fix bug 6349, initialize domain info struct X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39a7cc3c1fd6a3fbb56c8030b6e12962d9fb7181;p=thirdparty%2Fsamba.git s3:libwbclient: Fix bug 6349, initialize domain info struct --- diff --git a/source/nsswitch/libwbclient/wbc_util.c b/source/nsswitch/libwbclient/wbc_util.c index b4868748aec..77613e0aa00 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 */