From 210cda9cdb7248addd827a8a1f7126cf7e8637ab 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 (cherry picked from commit e1a50994800ce311925214254c0a471a9f32c1f7) --- nsswitch/libwbclient/wbc_util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nsswitch/libwbclient/wbc_util.c b/nsswitch/libwbclient/wbc_util.c index 5c5034ee13f..c39023f15e2 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 */ -- 2.11.4.GIT