summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/winreg.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-10-25 11:12:02 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:31 +0100
commitade07a34d9e717dff9b3775c3039e66ec2dfe69d (patch)
treec839490c33226166d54e0bb66706d426cf4f8dbc /source4/librpc/idl/winreg.idl
parent33201d1df27c1ab6b1252b2de3c164a3330c9cf8 (diff)
downloadsamba-ade07a34d9e717dff9b3775c3039e66ec2dfe69d.tar.gz
samba-ade07a34d9e717dff9b3775c3039e66ec2dfe69d.tar.bz2
samba-ade07a34d9e717dff9b3775c3039e66ec2dfe69d.zip
r25730: Fix IDL for incorrect winreg_SetKeySecurity.
Guenther (This used to be commit 767867c3ee126c3832750d1b1e7de81005c4eaff)
Diffstat (limited to 'source4/librpc/idl/winreg.idl')
-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 a0211ad1a2..d8f50990db 100644
--- a/source4/librpc/idl/winreg.idl
+++ b/source4/librpc/idl/winreg.idl
@@ -273,7 +273,7 @@ import "lsa.idl", "initshutdown.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
);