mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
r23386: Correctly fill in server name in DsrGetDcSiteCoverageW() test.
Guenther (This used to be commit 2fc02ab99283f77138e759726ea67ec6ce5e5283)
This commit is contained in:
parent
8d9e0d5323
commit
38af1b1c05
@ -1380,7 +1380,8 @@ static BOOL test_netr_DsrGetDcSiteCoverageW(struct dcerpc_pipe *p, TALLOC_CTX *m
|
||||
return True;
|
||||
}
|
||||
|
||||
r.in.server_name = "";
|
||||
r.in.server_name = talloc_asprintf(mem_ctx, "\\\\%s", dcerpc_server_name(p));
|
||||
|
||||
printf("Testing netr_DsrGetDcSiteCoverageW\n");
|
||||
|
||||
status = dcerpc_netr_DsrGetDcSiteCoverageW(p, mem_ctx, &r);
|
||||
|
Loading…
x
Reference in New Issue
Block a user