summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/svcctl.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-14 13:49:36 +0100
committerGünther Deschner <gd@samba.org>2009-01-08 11:19:32 +0100
commit661eeb34b5079e053c821f6d637a5061e6ce6c5e (patch)
tree7fb23971c8aefe4e820b5fdc28fcbe394d9bb58d /source4/torture/rpc/svcctl.c
parent4df1a491c5471b751835583471a0bb0f17d42616 (diff)
downloadsamba-661eeb34b5079e053c821f6d637a5061e6ce6c5e.tar.gz
s4-smbtorture: use names for info level in test_QueryServiceStatusEx.
Guenther
Diffstat (limited to 'source4/torture/rpc/svcctl.c')
-rw-r--r--source4/torture/rpc/svcctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/svcctl.c b/source4/torture/rpc/svcctl.c
index d3aff8dcddb..4097d825b16 100644
--- a/source4/torture/rpc/svcctl.c
+++ b/source4/torture/rpc/svcctl.c
@@ -78,7 +78,7 @@ static bool test_QueryServiceStatusEx(struct torture_context *tctx, struct dcerp
struct policy_handle h, s;
NTSTATUS status;
- uint32_t info_level = 0;
+ uint32_t info_level = SVC_STATUS_PROCESS_INFO;
uint8_t *buffer;
uint32_t buf_size = 0;
uint32_t bytes_needed = 0;