r4706: Fix the build, after I renamed these elements in the IDL.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 12 Jan 2005 10:25:44 +0000 (10:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:45 +0000 (13:08 -0500)
Andrew Bartlett
(This used to be commit 8f47c7b02cc28eda022154796c7341fd63a87cc5)

source4/torture/rpc/netlogon.c
source4/torture/rpc/xplogin.c

index 00a12b361bb1fec15b2da0741c4be2c2c2937889..61284950430814945eea194c0bc750295e4ba86d 100644 (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;
 
index a60a73c19550d979fcea435945489c650638cf4a..9002e4649a500d884526ee48425b10597a0cb46f 100644 (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;