1
0
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:
Stefan Metzmacher
2011-07-22 16:47:35 +02:00
parent 3d675f1219
commit f88723ab27

View File

@ -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);