diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-27 05:22:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:04:50 -0500 |
commit | c3365727100c8fba5589e767081313c67977c4a7 (patch) | |
tree | 52de9daf9e755766bb81b150886c99f1ac0c4aa5 /source4 | |
parent | 6a0f26c70962cfd4660761d8481b2a3d548af633 (diff) | |
download | samba-c3365727100c8fba5589e767081313c67977c4a7.tar.gz samba-c3365727100c8fba5589e767081313c67977c4a7.tar.bz2 samba-c3365727100c8fba5589e767081313c67977c4a7.zip |
r3285: fixed another IDL typo
(This used to be commit 4545ac9bfabf4af4b44cb72f30ed93273d9cdc37)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/svcctl.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |