diff options
author | Günther Deschner <gd@samba.org> | 2008-11-14 13:49:36 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-01-08 11:19:32 +0100 |
commit | 661eeb34b5079e053c821f6d637a5061e6ce6c5e (patch) | |
tree | 7fb23971c8aefe4e820b5fdc28fcbe394d9bb58d /source4 | |
parent | 4df1a491c5471b751835583471a0bb0f17d42616 (diff) | |
download | samba-661eeb34b5079e053c821f6d637a5061e6ce6c5e.tar.gz samba-661eeb34b5079e053c821f6d637a5061e6ce6c5e.tar.bz2 samba-661eeb34b5079e053c821f6d637a5061e6ce6c5e.zip |
s4-smbtorture: use names for info level in test_QueryServiceStatusEx.
Guenther
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/rpc/svcctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/svcctl.c b/source4/torture/rpc/svcctl.c index d3aff8dcdd..4097d825b1 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; |