diff options
author | Hans Leidekker <hans@meelstraat.net> | 2013-11-18 18:39:57 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2013-11-19 19:22:05 +0100 |
commit | ec9f4d5c9b76b7b76dd0d5b3e9aa4a8eece8b659 (patch) | |
tree | a93ee331455d45865a676cb7cf09b338a8a66480 | |
parent | fa99f4071b5e18017a70142e08334ddd7f457d9e (diff) | |
download | samba-ec9f4d5c9b76b7b76dd0d5b3e9aa4a8eece8b659.tar.gz |
svcctl: Fix IDL for svcctl_OpenServiceA().
Signed-off-by: Hans Leidekker <hans@meelstraat.net>
Reviewed-by: Guenther Deschner <gd@samba.org>
-rw-r--r-- | librpc/idl/svcctl.idl | 3 |
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 ); /*****************/ |