From c3365727100c8fba5589e767081313c67977c4a7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 27 Oct 2004 05:22:10 +0000 Subject: r3285: fixed another IDL typo (This used to be commit 4545ac9bfabf4af4b44cb72f30ed93273d9cdc37) --- source4/librpc/idl/svcctl.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc/idl/svcctl.idl') diff --git a/source4/librpc/idl/svcctl.idl b/source4/librpc/idl/svcctl.idl index c293298499..149971e8af 100644 --- a/source4/librpc/idl/svcctl.idl +++ b/source4/librpc/idl/svcctl.idl @@ -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; -- cgit