From 909087085ed73352d8aa44e724252d7089c16485 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 28 Apr 2005 00:51:57 +0000 Subject: r6504: Fix incorrect value for SERVICE_STATE_ALL found by Karl Melcher. (This used to be commit f7051365584f536e4b4df20157019272c26d0e33) --- source4/librpc/idl/svcctl.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl/svcctl.idl') diff --git a/source4/librpc/idl/svcctl.idl b/source4/librpc/idl/svcctl.idl index 106e262d32..544d5d83f3 100644 --- a/source4/librpc/idl/svcctl.idl +++ b/source4/librpc/idl/svcctl.idl @@ -44,7 +44,7 @@ const int SERVICE_STATE_ACTIVE = 0x01; const int SERVICE_STATE_INACTIVE = 0x02; - const int SERVICE_STATE_ALL = 0x00; + const int SERVICE_STATE_ALL = 0x03; typedef [public,bitmap32bit] bitmap { SV_TYPE_WORKSTATION = 0x00000001, -- cgit