summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-11-20 12:57:13 +0100
committerGünther Deschner <gd@samba.org>2009-11-23 11:44:43 +0100
commit366946f29b58a6efa7acbfe2a74b2ddbad4d32a2 (patch)
treef222f22baf67f26f83dbdc6cd4333cd5f2195468 /librpc/idl
parent579bb30188eac3393dfa0d72fd825b7acf8444c9 (diff)
downloadsamba-366946f29b58a6efa7acbfe2a74b2ddbad4d32a2.tar.gz
samba-366946f29b58a6efa7acbfe2a74b2ddbad4d32a2.tar.bz2
samba-366946f29b58a6efa7acbfe2a74b2ddbad4d32a2.zip
spoolss: fix spoolss_EnumPrinterKey IDL.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/spoolss.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index 04681bf246..d6092417bc 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -2508,7 +2508,7 @@ import "misc.idl", "security.idl", "winreg.idl";
[public] WERROR spoolss_EnumPrinterKey(
[in, ref] policy_handle *handle,
[in] [string,charset(UTF16)] uint16 key_name[],
- [out,ref] [subcontext(0),subcontext_size(offered)] nstring_array **key_buffer,
+ [out,ref] [size_is(offered/2)] uint16 *key_buffer,
[in] uint32 offered,
[out,ref] uint32 *needed
);