From 22d22398937eba722d8c92808ed57f9ee90a9594 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 17 Aug 2005 13:14:40 +0000 Subject: r9360: fixed the IDL for winreg_SetValue() (This used to be commit 8aff6a0bd808358162b646514d996ad432bfb70d) --- source4/librpc/idl/winreg.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc') 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 ); -- cgit