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

tridge at samba.org tridge at samba.org
Wed Oct 27 05:22:10 GMT 2004


Author: tridge
Date: 2004-10-27 05:22:10 +0000 (Wed, 27 Oct 2004)
New Revision: 3285

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/librpc/idl&rev=3285&nolog=1

Log:
fixed another IDL typo



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	2004-10-27 05:20:00 UTC (rev 3284)
+++ branches/SAMBA_4_0/source/librpc/idl/svcctl.idl	2004-10-27 05:22:10 UTC (rev 3285)
@@ -40,7 +40,7 @@
 	const int SERVICE_TYPE_DRIVER=SERVICE_TYPE_KERNEL_DRIVER|SERVICE_TYPE_FS_DRIVER|SERVICE_TYPE_RECOGNIZER_DRIVER;
 	const int SERVICE_TYPE_WIN32_OWN_PROCESS   = 0x10;
 	const int SERVICE_TYPE_WIN32_SHARE_PROCESS = 0x20;
-	const int SERVICE_TYPE_WIN32=SERVICE_TYPE_WIN32_OWN_PROCESS|SERVICE_TYPE_WIN32_SHARE_PROCES;
+	const int SERVICE_TYPE_WIN32=SERVICE_TYPE_WIN32_OWN_PROCESS|SERVICE_TYPE_WIN32_SHARE_PROCESS;
 
 	const int SERVICE_STATE_ACTIVE   = 0x01;
 	const int SERVICE_STATE_INACTIVE = 0x02;



More information about the samba-cvs mailing list