diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/svcctl.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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, |