summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-15 11:34:01 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-15 11:34:01 +0000
commite7d70e40d5fab250ce8f88e2e6f9a302e3156ce2 (patch)
tree1ab31aca9b1a630f417f0b2ab1db0093e2a37676 /source4/torture
parent8f09c940b7d9b223d5364b3e2e5d46338072c27f (diff)
downloadsamba-e7d70e40d5fab250ce8f88e2e6f9a302e3156ce2.tar.gz
samba-e7d70e40d5fab250ce8f88e2e6f9a302e3156ce2.tar.bz2
samba-e7d70e40d5fab250ce8f88e2e6f9a302e3156ce2.zip
added UserInfo level 21
(This used to be commit b90eff794f083029c568d3ec4ec2a7d2f7741139)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/samr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c
index 98eba59c72..247f8260ce 100644
--- a/source4/torture/rpc/samr.c
+++ b/source4/torture/rpc/samr.c
@@ -27,7 +27,7 @@ static BOOL test_QueryUserInfo(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx,
NTSTATUS status;
struct samr_QueryUserInfo r;
uint16 levels[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
- 11, 12, 13, 14, 16, 17, 20};
+ 11, 12, 13, 14, 16, 17, 20, 21};
int i;
BOOL ret = True;