r3285: fixed another IDL typo
authorAndrew Tridgell <tridge@samba.org>
Wed, 27 Oct 2004 05:22:10 +0000 (05:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:04:50 +0000 (13:04 -0500)
(This used to be commit 4545ac9bfabf4af4b44cb72f30ed93273d9cdc37)

source4/librpc/idl/svcctl.idl

index c293298499acb78c747f7d9ff398290c8c725a74..149971e8afb5752357718670d60b9e75087f99dd 100644 (file)
@@ -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;