From da5e5a6a83a6dcf04c51497f8b5f10621d7b47f7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 26 Feb 2011 18:12:32 +0100 Subject: s3: Initialize output in libnet_Join MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/libnet/libnet_join.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/libnet') diff --git a/source3/libnet/libnet_join.c b/source3/libnet/libnet_join.c index e702ffc13b..6cdf196fd0 100644 --- a/source3/libnet/libnet_join.c +++ b/source3/libnet/libnet_join.c @@ -2068,6 +2068,8 @@ WERROR libnet_Join(TALLOC_CTX *mem_ctx, LIBNET_JOIN_IN_DUMP_CTX(mem_ctx, r); } + ZERO_STRUCT(r->out); + werr = libnet_join_pre_processing(mem_ctx, r); if (!W_ERROR_IS_OK(werr)) { goto done; -- cgit