summaryrefslogtreecommitdiff
path: root/source3/rpc_client
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-09-13 10:46:32 +0200
committerVolker Lendecke <vl@samba.org>2011-09-13 11:00:15 +0200
commit67605bfc55cc106de99d318f0c1d484261926b3b (patch)
tree904b9d460714505323345f327fa27495aa863e17 /source3/rpc_client
parentad85bd8003fdbefb5f9186408721c766b5e813eb (diff)
downloadsamba-67605bfc55cc106de99d318f0c1d484261926b3b.tar.gz
samba-67605bfc55cc106de99d318f0c1d484261926b3b.tar.bz2
samba-67605bfc55cc106de99d318f0c1d484261926b3b.zip
s3: Fix Coverity ID 2614 -- UNINIT
Diffstat (limited to 'source3/rpc_client')
-rw-r--r--source3/rpc_client/util_lsarpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/rpc_client/util_lsarpc.c b/source3/rpc_client/util_lsarpc.c
index e607a0cffb..df52f53471 100644
--- a/source3/rpc_client/util_lsarpc.c
+++ b/source3/rpc_client/util_lsarpc.c
@@ -222,6 +222,7 @@ static NTSTATUS trust_domain_info_buffer_2_ai_array(TALLOC_CTX *mem_ctx,
b[i].data.size,
&ai->array[i].AuthInfo.clear.password,
&size)) {
+ status = NT_STATUS_INVALID_PARAMETER;
goto fail;
}
ai->array[i].AuthInfo.clear.size = size;