svn commit: samba r24450 - in branches/SAMBA_3_2/source/librpc/idl: .

metze at samba.org metze at samba.org
Wed Aug 15 09:12:54 GMT 2007


Author: metze
Date: 2007-08-15 09:12:53 +0000 (Wed, 15 Aug 2007)
New Revision: 24450

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24450

Log:
merge from SAMBA_4_0:
length_is() isn't supported without size_is().

I assume what we need is an array of strings,
so the code isn't used and broken anyway without
a testsuite...just get rid of the pidl warning

metze
Modified:
   branches/SAMBA_3_2/source/librpc/idl/svcctl.idl


Changeset:
Modified: branches/SAMBA_3_2/source/librpc/idl/svcctl.idl
===================================================================
--- branches/SAMBA_3_2/source/librpc/idl/svcctl.idl	2007-08-15 09:12:35 UTC (rev 24449)
+++ branches/SAMBA_3_2/source/librpc/idl/svcctl.idl	2007-08-15 09:12:53 UTC (rev 24450)
@@ -257,7 +257,7 @@
 	WERROR svcctl_StartServiceW(
 		[in,ref] policy_handle *handle,
 		[in] uint32 NumArgs,
-		[in,length_is(NumArgs)] [string,charset(UTF16)] uint16 *Arguments
+		[in/*FIXME:,length_is(NumArgs)*/] [string,charset(UTF16)] uint16 *Arguments
 	);
 
 	/*****************/
@@ -385,7 +385,7 @@
 	WERROR svcctl_StartServiceA(
 		[in,ref] policy_handle *handle,
 		[in] uint32 NumArgs,
-		[in,length_is(NumArgs)] [string,charset(UTF16)] uint16 *Arguments
+		[in/*FIXME:,length_is(NumArgs)*/] [string,charset(UTF16)] uint16 *Arguments
 	);
 
 	/*****************/



More information about the samba-cvs mailing list