mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4-netlogon: merge netr_DsrGetDcSiteCoverageW from s3 idl.
Guenther
This commit is contained in:
parent
532fd92bdb
commit
0992a9d987
@ -1374,7 +1374,7 @@ interface netlogon
|
||||
|
||||
WERROR netr_DsrGetDcSiteCoverageW(
|
||||
[in,unique] [string,charset(UTF16)] uint16 *server_name,
|
||||
[out,unique] DcSitesCtr *ctr
|
||||
[out,ref] DcSitesCtr **ctr
|
||||
);
|
||||
|
||||
/****************/
|
||||
|
@ -1337,8 +1337,10 @@ static bool test_netr_DsrGetDcSiteCoverageW(struct torture_context *tctx,
|
||||
{
|
||||
NTSTATUS status;
|
||||
struct netr_DsrGetDcSiteCoverageW r;
|
||||
struct DcSitesCtr *ctr = NULL;
|
||||
|
||||
r.in.server_name = talloc_asprintf(tctx, "\\\\%s", dcerpc_server_name(p));
|
||||
r.out.ctr = &ctr;
|
||||
|
||||
status = dcerpc_netr_DsrGetDcSiteCoverageW(p, tctx, &r);
|
||||
torture_assert_ntstatus_ok(tctx, status, "failed");
|
||||
|
Loading…
Reference in New Issue
Block a user