mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s3:net_rpc: use netr->desthost instead of cli->desthost
metze
This commit is contained in:
@ -6147,7 +6147,7 @@ static NTSTATUS rpc_trustdom_get_pdc(struct net_context *c,
|
||||
b = netr->binding_handle;
|
||||
|
||||
status = dcerpc_netr_GetDcName(b, mem_ctx,
|
||||
cli->desthost,
|
||||
netr->desthost,
|
||||
domain_name,
|
||||
&buffer,
|
||||
&result);
|
||||
|
Reference in New Issue
Block a user