summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/svcctl.idl
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-04-28 00:51:57 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:20 -0500
commit909087085ed73352d8aa44e724252d7089c16485 (patch)
tree5125419b70746c0ea5c8de6dc80bf6602081070d /source4/librpc/idl/svcctl.idl
parent4aaffcf8664e638f20c0071a05e7877cc3491c7b (diff)
downloadsamba-909087085ed73352d8aa44e724252d7089c16485.tar.gz
samba-909087085ed73352d8aa44e724252d7089c16485.tar.bz2
samba-909087085ed73352d8aa44e724252d7089c16485.zip
r6504: Fix incorrect value for SERVICE_STATE_ALL found by Karl Melcher.
(This used to be commit f7051365584f536e4b4df20157019272c26d0e33)
Diffstat (limited to 'source4/librpc/idl/svcctl.idl')
-rw-r--r--source4/librpc/idl/svcctl.idl2
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,