summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/winreg.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-17 22:53:11 +0200
committerGünther Deschner <gd@samba.org>2008-10-17 23:02:11 +0200
commitd7264320f47453c3b6c32f8298783ad5b2343487 (patch)
tree5e1e0365d7dea8ef1ff53c456104ace176d88220 /source3/librpc/gen_ndr/winreg.h
parent82aeb52ec067d21559407e564eb5901f92c8020f (diff)
downloadsamba-d7264320f47453c3b6c32f8298783ad5b2343487.tar.gz
samba-d7264320f47453c3b6c32f8298783ad5b2343487.tar.bz2
samba-d7264320f47453c3b6c32f8298783ad5b2343487.zip
s3-build: re-run make samba3-idl.
Guenther
Diffstat (limited to 'source3/librpc/gen_ndr/winreg.h')
-rw-r--r--source3/librpc/gen_ndr/winreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/winreg.h b/source3/librpc/gen_ndr/winreg.h
index ddcb363d3d..0f3c45ebb7 100644
--- a/source3/librpc/gen_ndr/winreg.h
+++ b/source3/librpc/gen_ndr/winreg.h
@@ -443,7 +443,7 @@ struct winreg_SaveKey {
struct winreg_SetKeySecurity {
struct {
struct policy_handle *handle;/* [ref] */
- uint32_t access_mask;
+ uint32_t sec_info;
struct KeySecurityData *sd;/* [ref] */
} in;