From ccbfe7b61db1948b552e0629856385a2eb4def10 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 31 Dec 2004 06:19:05 +0000 Subject: r4434: - fix some NetShare* idl functions - add torture test for NetShareCheck() metze (This used to be commit 96000a2261ed56fda613a45e3aa460eb3c87082a) --- source4/librpc/idl/srvsvc.idl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/srvsvc.idl b/source4/librpc/idl/srvsvc.idl index c637d93841..5991284ee9 100644 --- a/source4/librpc/idl/srvsvc.idl +++ b/source4/librpc/idl/srvsvc.idl @@ -518,7 +518,7 @@ /* Function: 0x11 */ WERROR srvsvc_NetShareSetInfo( [in] unistr *server_unc, - [in] unistr *share_name, + [in] unistr share_name, [in] uint32 level, [in,switch_is(level)] srvsvc_NetShareInfo info, [in,out] uint32 *parm_error @@ -528,7 +528,7 @@ /* Function: 0x12 */ WERROR srvsvc_NetShareDel( [in] unistr *server_unc, - [in] unistr *share_name, + [in] unistr share_name, [in] uint32 reserved ); @@ -536,7 +536,7 @@ /* Function: 0x13 */ WERROR srvsvc_NetShareDelSticky( [in] unistr *server_unc, - [in] unistr *share_name, + [in] unistr share_name, [in] uint32 reserved ); @@ -544,7 +544,7 @@ /* Function: 0x14 */ WERROR srvsvc_NetShareCheck( [in] unistr *server_unc, - [in] unistr *share_name, + [in] unistr device_name, [out] uint32 type ); -- cgit