summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-08-15 09:12:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:01:52 -0500
commit2d531c84e8ba65c86084eeddef8d0259e9363c38 (patch)
tree57ff4e41860822afc3fa0161ff8b8b59e8a32216 /source4/librpc/idl
parent7f44bb5ae3425de5d5533e71a47956dc163997b9 (diff)
downloadsamba-2d531c84e8ba65c86084eeddef8d0259e9363c38.tar.gz
samba-2d531c84e8ba65c86084eeddef8d0259e9363c38.tar.bz2
samba-2d531c84e8ba65c86084eeddef8d0259e9363c38.zip
r24449: 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 (This used to be commit 46fadeb6983dff4e6a38fceec4679d3bf44dd5d9)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/svcctl.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/svcctl.idl b/source4/librpc/idl/svcctl.idl
index 8d5c8cd244..2fbdb71e74 100644
--- a/source4/librpc/idl/svcctl.idl
+++ b/source4/librpc/idl/svcctl.idl
@@ -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
);
/*****************/