summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/mgmt.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-27 07:28:46 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-27 07:28:46 +0000
commitc7c9e61987dbc46fe962647727bfe52e0fdd8de0 (patch)
tree158546b900c54a8426f3e94cbb3130f6ed8227cd /source4/torture/rpc/mgmt.c
parent4884a97f3b4564fa367598453d7ebc2b24ba6708 (diff)
downloadsamba-c7c9e61987dbc46fe962647727bfe52e0fdd8de0.tar.gz
samba-c7c9e61987dbc46fe962647727bfe52e0fdd8de0.tar.bz2
samba-c7c9e61987dbc46fe962647727bfe52e0fdd8de0.zip
more epmapper and mgmt magic
protocol 0x1f is interesting - its ncacn_http ! (This used to be commit e3d40e3da6e15407162c1d0a29d2cbe86842228e)
Diffstat (limited to 'source4/torture/rpc/mgmt.c')
-rw-r--r--source4/torture/rpc/mgmt.c2
1 files changed, 1 insertions, 1 deletions
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;