svn commit: samba r6504 - in branches/SAMBA_4_0/source/librpc/idl: .

tpot at samba.org tpot at samba.org
Thu Apr 28 00:51:57 GMT 2005


Author: tpot
Date: 2005-04-28 00:51:57 +0000 (Thu, 28 Apr 2005)
New Revision: 6504

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6504

Log:
Fix incorrect value for SERVICE_STATE_ALL found by Karl Melcher.

Modified:
   branches/SAMBA_4_0/source/librpc/idl/svcctl.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/svcctl.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/svcctl.idl	2005-04-27 18:43:43 UTC (rev 6503)
+++ branches/SAMBA_4_0/source/librpc/idl/svcctl.idl	2005-04-28 00:51:57 UTC (rev 6504)
@@ -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,



More information about the samba-cvs mailing list