From: Tim Potter Date: Thu, 28 Apr 2005 00:51:57 +0000 (+0000) Subject: r6504: Fix incorrect value for SERVICE_STATE_ALL found by Karl Melcher. X-Git-Tag: samba-misc-tags/initial-v4-0-unstable~9436 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=f7051365584f536e4b4df20157019272c26d0e33 r6504: Fix incorrect value for SERVICE_STATE_ALL found by Karl Melcher. --- diff --git a/source/librpc/idl/svcctl.idl b/source/librpc/idl/svcctl.idl index 106e262d32d..544d5d83f32 100644 --- a/source/librpc/idl/svcctl.idl +++ b/source/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,