From 4a361ffd7f0b62f05e552c6da926881cd1f756a0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 27 Nov 2006 14:05:28 +0000 Subject: r19918: Convert winreg_CreateKey to use a ref ** instead of a unique *. W2k3 can still create keys on Samba and vice versa. Jelmer, please check. Thanks, Volker (This used to be commit 1b460d6cdfe0cadd915a5299e6ca9bb359bf0075) --- source3/librpc/idl/winreg.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/idl') diff --git a/source3/librpc/idl/winreg.idl b/source3/librpc/idl/winreg.idl index c4907a199f..3d0a956a89 100644 --- a/source3/librpc/idl/winreg.idl +++ b/source3/librpc/idl/winreg.idl @@ -114,7 +114,7 @@ import "lsa.idl", "initshutdown.idl", "security.idl"; [in] winreg_AccessMask access_mask, [in,unique] winreg_SecBuf *secdesc, [out,ref] policy_handle *new_handle, - [in,out,unique] winreg_CreateAction *action_taken + [in,out,ref] winreg_CreateAction **action_taken ); /******************/ -- cgit