[PATCH] svcctl: Fix IDL for svcctl_OpenServiceA().

Hans Leidekker hans at meelstraat.net
Tue Nov 19 05:07:03 MST 2013


Hi,

Please review & push.

-------------- next part --------------
>From fe0becf68fe7a660aa7a88f1833ab97a8af6517b Mon Sep 17 00:00:00 2001
From: Hans Leidekker <hans at meelstraat.net>
Date: Mon, 18 Nov 2013 18:39:57 +0100
Subject: svcctl: Fix IDL for svcctl_OpenServiceA().
To: samba-technical at samba.org

Signed-off-by: Hans Leidekker <hans at meelstraat.net>
---
 librpc/idl/svcctl.idl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/librpc/idl/svcctl.idl b/librpc/idl/svcctl.idl
index 52ebd44..671a1dc 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
 	);
 
 	/*****************/
-- 
1.8.4.2



More information about the samba-technical mailing list