From 39a7cc3c1fd6a3fbb56c8030b6e12962d9fb7181 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 30 Aug 2009 11:39:41 +0200 Subject: [PATCH] s3:libwbclient: Fix bug 6349, initialize domain info struct --- source/nsswitch/libwbclient/wbc_util.c | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.11.4.GIT