summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbc_util.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-30 11:39:41 +0200
committerVolker Lendecke <vl@samba.org>2009-08-30 11:40:59 +0200
commitbb1f56a814c7a830adf9568fe2144861611de8e2 (patch)
treeca36aa89a90f70e6b40845414ef7c14ca515bfa7 /nsswitch/libwbclient/wbc_util.c
parent417927019856182c3bd09318def82a561ebc12a5 (diff)
downloadsamba-bb1f56a814c7a830adf9568fe2144861611de8e2.tar.gz
s3:libwbclient: Fix bug 6349, initialize domain info struct
Diffstat (limited to 'nsswitch/libwbclient/wbc_util.c')
-rw-r--r--nsswitch/libwbclient/wbc_util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nsswitch/libwbclient/wbc_util.c b/nsswitch/libwbclient/wbc_util.c
index 7f3b61bb25d..24b5922c590 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 */