summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-08-15 09:12:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:49 -0500
commitffae125ad072d13fa79a6d98ea787b0c14d12877 (patch)
treeabf1d311bbaef57758c9de379e194964961db91a /source3
parent2823bf10b520996a20688190d784f45851e1ba24 (diff)
downloadsamba-ffae125ad072d13fa79a6d98ea787b0c14d12877.tar.gz
samba-ffae125ad072d13fa79a6d98ea787b0c14d12877.tar.bz2
samba-ffae125ad072d13fa79a6d98ea787b0c14d12877.zip
r24450: 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 (This used to be commit a3fd68d48582865923e18e8412ac7dca7f725c64)
Diffstat (limited to 'source3')
-rw-r--r--source3/librpc/idl/svcctl.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/idl/svcctl.idl b/source3/librpc/idl/svcctl.idl
index 8d5c8cd244..2fbdb71e74 100644
--- a/source3/librpc/idl/svcctl.idl
+++ b/source3/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
);
/*****************/