summaryrefslogtreecommitdiffstats
path: root/librpc/idl
diff options
context:
space:
mode:
authorHans Leidekker <hans@meelstraat.net>2013-11-18 18:39:57 +0100
committerGünther Deschner <gd@samba.org>2013-11-19 19:22:05 +0100
commitec9f4d5c9b76b7b76dd0d5b3e9aa4a8eece8b659 (patch)
treea93ee331455d45865a676cb7cf09b338a8a66480 /librpc/idl
parentfa99f4071b5e18017a70142e08334ddd7f457d9e (diff)
downloadsamba-ec9f4d5c9b76b7b76dd0d5b3e9aa4a8eece8b659.tar.gz
samba-ec9f4d5c9b76b7b76dd0d5b3e9aa4a8eece8b659.tar.xz
samba-ec9f4d5c9b76b7b76dd0d5b3e9aa4a8eece8b659.zip
svcctl: Fix IDL for svcctl_OpenServiceA().
Signed-off-by: Hans Leidekker <hans@meelstraat.net> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/svcctl.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/librpc/idl/svcctl.idl b/librpc/idl/svcctl.idl
index 52ebd44128c..671a1dc47be 100644
--- a/librpc/idl/svcctl.idl
+++ b/librpc/idl/svcctl.idl
@@ -484,7 +484,8 @@ import "misc.idl", "security.idl";
WERROR svcctl_OpenServiceA(
[in,ref] policy_handle *scmanager_handle,
[in,unique] [string,charset(UTF16)] uint16 *ServiceName,
- [in] uint32 access_mask
+ [in] uint32 access_mask,
+ [out,ref] policy_handle *handle
);
/*****************/