s4:torture/rpc/netlogon: test validation levels 2 and 3
authorStefan Metzmacher <metze@samba.org>
Tue, 1 Feb 2011 09:52:33 +0000 (10:52 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 2 Feb 2011 10:58:26 +0000 (11:58 +0100)
metze

source4/torture/rpc/netlogon.c

index c9fda65a398bd218b519bd073fe70501f28c6c7e..673aa8bc577089310dbfb800983e80e27a0b2fa9 100644 (file)
@@ -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);