summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-18 11:52:06 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-18 11:52:06 +0000
commit0c109133038b6246edd757538fba40f923e8405f (patch)
tree8890b2e46da38fb914aa261067e5bae8c9fafceb /source4/torture
parentbdf0578621520ca52c7f6834fb337a761ada1dad (diff)
downloadsamba-0c109133038b6246edd757538fba40f923e8405f.tar.gz
samba-0c109133038b6246edd757538fba40f923e8405f.tar.bz2
samba-0c109133038b6246edd757538fba40f923e8405f.zip
added another wkssvc info level
(This used to be commit fb0aa83a2b27699bf47e1ade413b7f4738b5fa79)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/wkssvc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/wkssvc.c b/source4/torture/rpc/wkssvc.c
index b8ae3de202..13af1184e9 100644
--- a/source4/torture/rpc/wkssvc.c
+++ b/source4/torture/rpc/wkssvc.c
@@ -27,7 +27,7 @@ static BOOL test_QueryInfo(struct dcerpc_pipe *p,
{
NTSTATUS status;
struct wkssvc_QueryInfo r;
- uint16 levels[] = {100, 101, 102};
+ uint16 levels[] = {100, 101, 102, 502};
int i;
BOOL ret = True;