summaryrefslogtreecommitdiffstats
path: root/source/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-24 11:46:51 +0100
committerKarolin Seeger <kseeger@bando.sernet.private>2008-03-31 14:21:25 +0200
commit335a026076f17d689fcee24450df5ecb452f7e0b (patch)
tree1824844f2f0cba56b806ce6ccd94cecac06c2667 /source/librpc
parentbdd9cc72af203257d739a31618d467ca8b7c5916 (diff)
downloadsamba-335a026076f17d689fcee24450df5ecb452f7e0b.tar.gz
samba-335a026076f17d689fcee24450df5ecb452f7e0b.tar.xz
samba-335a026076f17d689fcee24450df5ecb452f7e0b.zip
Fix IDL for winreg_QueryValue.
Guenther (cherry picked from commit 0dac766109a0f76fd27832f5344460f1afdb2046)
Diffstat (limited to 'source/librpc')
-rw-r--r--source/librpc/idl/winreg.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/librpc/idl/winreg.idl b/source/librpc/idl/winreg.idl
index f7a61ecbead..2183a2cb2d4 100644
--- a/source/librpc/idl/winreg.idl
+++ b/source/librpc/idl/winreg.idl
@@ -242,7 +242,7 @@ import "lsa.idl", "initshutdown.idl", "security.idl";
/* Function: 0x11 */
WERROR winreg_QueryValue(
[in,ref] policy_handle *handle,
- [in] winreg_String value_name,
+ [in,ref] winreg_String *value_name,
[in,out,unique] winreg_Type *type,
[in,out,unique,size_is(*data_size),length_is(*value_length)] uint8 *data,
[in,out,unique] uint32 *data_size,