r24449: length_is() isn't supported without size_is().
authorStefan Metzmacher <metze@samba.org>
Wed, 15 Aug 2007 09:12:35 +0000 (09:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:01:52 +0000 (15:01 -0500)
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
(This used to be commit 46fadeb6983dff4e6a38fceec4679d3bf44dd5d9)

source4/librpc/idl/svcctl.idl

index 8d5c8cd2442c235993690437935e92247f7c21b9..2fbdb71e74fe35afb09d0862468c86c528d8c5c3 100644 (file)
        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
        );
 
        /*****************/
        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
        );
 
        /*****************/