Author: metze Date: 2007-08-15 09:12:35 +0000 (Wed, 15 Aug 2007) New Revision: 24449
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24449 Log: 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_4_0/source/librpc/idl/svcctl.idl Changeset: Modified: branches/SAMBA_4_0/source/librpc/idl/svcctl.idl =================================================================== --- branches/SAMBA_4_0/source/librpc/idl/svcctl.idl 2007-08-15 09:07:17 UTC (rev 24448) +++ branches/SAMBA_4_0/source/librpc/idl/svcctl.idl 2007-08-15 09:12:35 UTC (rev 24449) @@ -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 ); /*****************/
