From 6f2179b0884cb3f2e4a38516d050707384c8e5ff Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 28 Oct 2008 00:38:44 +0100 Subject: s4-netlogon: merge netr_DatabaseDeltas from s3 idl. Guenther --- source4/torture/rpc/netlogon.c | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'source4/torture/rpc/netlogon.c') diff --git a/source4/torture/rpc/netlogon.c b/source4/torture/rpc/netlogon.c index 232d10323c..6580761aec 100644 --- a/source4/torture/rpc/netlogon.c +++ b/source4/torture/rpc/netlogon.c @@ -750,6 +750,9 @@ static bool test_DatabaseDeltas(struct torture_context *tctx, NTSTATUS status; struct netr_DatabaseDeltas r; struct creds_CredentialState *creds; + struct netr_Authenticator credential; + struct netr_Authenticator return_authenticator; + struct netr_DELTA_ENUM_ARRAY *delta_enum_array = NULL; const uint32_t database_ids[] = {0, 1, 2}; int i; @@ -761,20 +764,22 @@ static bool test_DatabaseDeltas(struct torture_context *tctx, r.in.computername = TEST_MACHINE_NAME; r.in.preferredmaximumlength = (uint32_t)-1; ZERO_STRUCT(r.in.return_authenticator); + r.out.return_authenticator = &return_authenticator; + r.out.delta_enum_array = &delta_enum_array; for (i=0;i