diff options
author | Günther Deschner <gd@samba.org> | 2008-10-17 22:52:16 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-17 23:02:02 +0200 |
commit | 82aeb52ec067d21559407e564eb5901f92c8020f (patch) | |
tree | 687c0c661e57a5881bb743e237dbe6c74e9d35f8 /source3 | |
parent | e941e4ad5223816d3d022e6d87a8e88a74db2850 (diff) | |
download | samba-82aeb52ec067d21559407e564eb5901f92c8020f.tar.gz samba-82aeb52ec067d21559407e564eb5901f92c8020f.tar.bz2 samba-82aeb52ec067d21559407e564eb5901f92c8020f.zip |
s3-winreg: merge from s4 winreg idl.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/librpc/idl/winreg.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/winreg.idl b/source3/librpc/idl/winreg.idl index dc4b1bafa8..58f5eab805 100644 --- a/source3/librpc/idl/winreg.idl +++ b/source3/librpc/idl/winreg.idl @@ -288,7 +288,7 @@ import "lsa.idl", "security.idl"; /* Function: 0x15 */ WERROR winreg_SetKeySecurity( [in,ref] policy_handle *handle, - [in] winreg_AccessMask access_mask, + [in] security_secinfo sec_info, [in,ref] KeySecurityData *sd ); |