From c7c9e61987dbc46fe962647727bfe52e0fdd8de0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 27 Nov 2003 07:28:46 +0000 Subject: more epmapper and mgmt magic protocol 0x1f is interesting - its ncacn_http ! (This used to be commit e3d40e3da6e15407162c1d0a29d2cbe86842228e) --- source4/torture/rpc/mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/rpc/mgmt.c') diff --git a/source4/torture/rpc/mgmt.c b/source4/torture/rpc/mgmt.c index 0f3cfffa66..75839e3900 100644 --- a/source4/torture/rpc/mgmt.c +++ b/source4/torture/rpc/mgmt.c @@ -96,7 +96,7 @@ static BOOL test_inq_princ_name(struct dcerpc_pipe *p, int i; BOOL ret = False; - for (i=0;i<30;i++) { + for (i=0;i<100;i++) { r.in.authn_proto = i; /* DCERPC_AUTH_TYPE_* */ r.in.princ_name_size = 100; -- cgit