1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3-rpcclient: fill in unknowns in cmd_ntsvcs_get_hw_prof_info.

Guenther
This commit is contained in:
Günther Deschner 2008-11-14 00:52:50 +01:00
parent fea323bdf3
commit 2fbdf22541

View File

@ -122,15 +122,15 @@ static WERROR cmd_ntsvcs_get_hw_prof_info(struct rpc_pipe_client *cli,
WERROR werr;
uint32_t idx = 0;
struct PNP_HwProfInfo info;
uint32_t unknown1 = 0, unknown2 = 0;
uint32_t size = 0, flags = 0;
ZERO_STRUCT(info);
status = rpccli_PNP_GetHwProfInfo(cli, mem_ctx,
idx,
&info,
unknown1,
unknown2,
size,
flags,
&werr);
if (!NT_STATUS_IS_OK(status)) {
return ntstatus_to_werror(status);