From a91938372a3e2b3a7bc6eb910b678e9c79a191b5 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 files changed, 2 insertions(+), 0 deletions(-) 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 */ -- 1.6.2.1