From bb1f56a814c7a830adf9568fe2144861611de8e2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 30 Aug 2009 11:39:41 +0200 Subject: s3:libwbclient: Fix bug 6349, initialize domain info struct --- nsswitch/libwbclient/wbc_util.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nsswitch/libwbclient/wbc_util.c') diff --git a/nsswitch/libwbclient/wbc_util.c b/nsswitch/libwbclient/wbc_util.c index 7f3b61bb25..24b5922c59 100644 --- a/nsswitch/libwbclient/wbc_util.c +++ b/nsswitch/libwbclient/wbc_util.c @@ -263,6 +263,8 @@ static wbcErr process_domain_info_string(TALLOC_CTX *ctx, BAIL_ON_WBC_ERROR(wbc_status); } + ZERO_STRUCTP(info); + r = info_string; /* Short Name */ -- cgit