From 34ea813553368a7f0805693c9731e9b0abfefa99 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 31 Mar 2011 14:09:45 +0200 Subject: s3-net: Do not use uninitialized value s3-net: Do not use uninitialized value Signed-off-by: Andreas Schneider Autobuild-User: Andreas Schneider Autobuild-Date: Thu Mar 31 18:09:57 CEST 2011 on sn-devel-104 --- source3/utils/net_rpc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/utils/net_rpc.c') diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 4c523455b6..2df33c618a 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -6739,6 +6739,8 @@ static int rpc_trustdom_list(struct net_context *c, int argc, const char **argv) return -1; }; + b = pipe_hnd->binding_handle; + nt_status = rpccli_lsa_open_policy2(pipe_hnd, mem_ctx, false, KEY_QUERY_VALUE, &connect_hnd); if (NT_STATUS_IS_ERR(nt_status)) { -- cgit