r6504: Fix incorrect value for SERVICE_STATE_ALL found by Karl Melcher.
authorTim Potter <tpot@samba.org>
Thu, 28 Apr 2005 00:51:57 +0000 (00:51 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:20 +0000 (13:16 -0500)
source/librpc/idl/svcctl.idl

index 106e262d32dedfc66d5700af8244dcc91a5ae63d..544d5d83f326612ca5670e6d803ee3e0e23e8830 100644 (file)
@@ -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,