From 0c109133038b6246edd757538fba40f923e8405f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 18 Nov 2003 11:52:06 +0000 Subject: added another wkssvc info level (This used to be commit fb0aa83a2b27699bf47e1ade413b7f4738b5fa79) --- source4/torture/rpc/wkssvc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/rpc/wkssvc.c') 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; -- cgit