summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-08-17 13:14:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:33:28 -0500
commit22d22398937eba722d8c92808ed57f9ee90a9594 (patch)
tree09f18a852c761e00df69bad48a4f46a819f45dc2 /source4/librpc
parent0d425487da05db23a1a2f0f67e34bce3c5d80d7e (diff)
downloadsamba-22d22398937eba722d8c92808ed57f9ee90a9594.tar.gz
samba-22d22398937eba722d8c92808ed57f9ee90a9594.tar.bz2
samba-22d22398937eba722d8c92808ed57f9ee90a9594.zip
r9360: fixed the IDL for winreg_SetValue()
(This used to be commit 8aff6a0bd808358162b646514d996ad432bfb70d)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/winreg.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/winreg.idl b/source4/librpc/idl/winreg.idl
index 3e29bfcc1c..a003612a72 100644
--- a/source4/librpc/idl/winreg.idl
+++ b/source4/librpc/idl/winreg.idl
@@ -233,7 +233,7 @@
[in,ref] policy_handle *handle,
[in] winreg_String name,
[in] uint32 type,
- [in,size_is(size)] uint8 *data,
+ [in,size_is(size),ref] uint8 *data,
[in] uint32 size
);