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:
parent
fea323bdf3
commit
2fbdf22541
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user