1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r4706: Fix the build, after I renamed these elements in the IDL.

Andrew Bartlett
(This used to be commit 8f47c7b02c)
This commit is contained in:
Andrew Bartlett 2005-01-12 10:25:44 +00:00 committed by Gerald (Jerry) Carter
parent 894b6890b4
commit 062fe90c79
2 changed files with 2 additions and 2 deletions

View File

@ -1216,7 +1216,7 @@ static BOOL test_ManyGetDCName(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx)
t.in.handle = &lsa_handle;
t.in.resume_handle = &resume_handle;
t.in.num_entries = 1000;
t.in.max_size = 1000;
t.out.domains = &domains;
t.out.resume_handle = &resume_handle;

View File

@ -322,7 +322,7 @@ static NTSTATUS test_enumtrusts(struct smbcli_transport *transport)
r2.in.handle = &handle;
r2.in.resume_handle = &resume_handle;
r2.in.num_entries = 1000;
r2.in.max_size = 1000;
r2.out.domains = &domains;
r2.out.resume_handle = &resume_handle;