From e63d0c5f0c5546707b10217f709f6c7a5d5ae9f9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 13 Sep 2011 10:47:15 +0200 Subject: s3: Fix Coverity ID 2613 -- UNINIT Autobuild-User: Volker Lendecke Autobuild-Date: Tue Sep 13 12:39:10 CEST 2011 on sn-devel-104 --- source3/rpc_client/util_lsarpc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/rpc_client/util_lsarpc.c b/source3/rpc_client/util_lsarpc.c index df52f53471..169c10bb5d 100644 --- a/source3/rpc_client/util_lsarpc.c +++ b/source3/rpc_client/util_lsarpc.c @@ -65,6 +65,7 @@ static NTSTATUS ai_array_2_trust_domain_info_buffer(TALLOC_CTX *mem_ctx, ai->array[i].AuthInfo.clear.size, &b[i].data.data, &size)) { + status = NT_STATUS_INVALID_PARAMETER; goto fail; } b[i].data.size = size; -- cgit