summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/dfs.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-11-02 15:11:54 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:44:10 +0100
commit711af29695ddbca24efb9f1b2088130c76544554 (patch)
tree40a0afc9ebbad4cae8ee074fd5bcb0a573727826 /source4/torture/rpc/dfs.c
parente01ce2d71287970afc1a668e67f436f3b99523af (diff)
downloadsamba-711af29695ddbca24efb9f1b2088130c76544554.tar.gz
samba-711af29695ddbca24efb9f1b2088130c76544554.tar.bz2
samba-711af29695ddbca24efb9f1b2088130c76544554.zip
r25815: Small DFS idl fixes.
Guenther (This used to be commit 08a5c3130773c6e6c2339ece56cd5fba213dcbbd)
Diffstat (limited to 'source4/torture/rpc/dfs.c')
-rw-r--r--source4/torture/rpc/dfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/rpc/dfs.c b/source4/torture/rpc/dfs.c
index afa647e71c..eb6e0285b2 100644
--- a/source4/torture/rpc/dfs.c
+++ b/source4/torture/rpc/dfs.c
@@ -335,7 +335,7 @@ static bool test_EnumLevel(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, uint16_t
static bool test_Enum(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx)
{
bool ret = true;
- uint16_t levels[] = {1, 2, 3, 4, 200, 300};
+ uint16_t levels[] = {1, 2, 3, 4, 5, 6, 200, 300};
int i;
for (i=0;i<ARRAY_SIZE(levels);i++) {
@@ -350,7 +350,7 @@ static bool test_Enum(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx)
static bool test_EnumEx(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, const char *host)
{
bool ret = true;
- uint16_t levels[] = {1, 2, 3, 4, 200, 300};
+ uint16_t levels[] = {1, 2, 3, 4, 5, 6, 200, 300};
int i;
for (i=0;i<ARRAY_SIZE(levels);i++) {