From e9807916af0b145cd85d01d90f6bab107a313812 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 1 Feb 2011 10:52:33 +0100 Subject: s4:torture/rpc/netlogon: test validation levels 2 and 3 metze --- source4/torture/rpc/netlogon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture') diff --git a/source4/torture/rpc/netlogon.c b/source4/torture/rpc/netlogon.c index c9fda65a39..673aa8bc57 100644 --- a/source4/torture/rpc/netlogon.c +++ b/source4/torture/rpc/netlogon.c @@ -754,7 +754,7 @@ static bool test_netlogon_ops_args(struct dcerpc_pipe *p, struct torture_context d_printf("Testing LogonSamLogon with name %s\n", ninfo.identity_info.account_name.string); - for (i=2;i<3;i++) { + for (i=2;i<=3;i++) { ZERO_STRUCT(auth2); netlogon_creds_client_authenticator(creds, &auth); -- cgit