From 48148a454d8ba6b642bd19ba0e3ab2c58b8986ea Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 24 Jan 2014 10:36:37 +0100 Subject: s4:torture/rpc: test all auth_types (8bit) in rpc.mgmt Signed-off-by: Stefan Metzmacher Reviewed-by: Guenther Deschner --- source4/torture/rpc/mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/rpc/mgmt.c b/source4/torture/rpc/mgmt.c index 114e9cf974..b9fbc2fb3a 100644 --- a/source4/torture/rpc/mgmt.c +++ b/source4/torture/rpc/mgmt.c @@ -118,7 +118,7 @@ static bool test_inq_princ_name(struct dcerpc_binding_handle *b, int i; bool ret = false; - for (i=0;i<100;i++) { + for (i=0;i<256;i++) { r.in.authn_proto = i; /* DCERPC_AUTH_TYPE_* */ r.in.princ_name_size = 100; -- cgit