diff options
author | Luke Leighton <lkcl@samba.org> | 1998-11-12 16:03:35 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-11-12 16:03:35 +0000 |
commit | 1ab463a79575316612097445ea40b9dd7bcb84bd (patch) | |
tree | 089522c8e7365ea67d4db5ee28573e3c9391fe6e /source3/include | |
parent | fe7090cfb052729b75873c13c75578323aff2a5d (diff) | |
download | samba-1ab463a79575316612097445ea40b9dd7bcb84bd.tar.gz samba-1ab463a79575316612097445ea40b9dd7bcb84bd.tar.bz2 samba-1ab463a79575316612097445ea40b9dd7bcb84bd.zip |
security descriptors and registry.
(This used to be commit 9814ac8a65f4d8333527976f1d227e8cd3c2c8ce)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_reg.h b/source3/include/rpc_reg.h index 59f3fb6f05..163dfd67fe 100644 --- a/source3/include/rpc_reg.h +++ b/source3/include/rpc_reg.h @@ -108,7 +108,7 @@ typedef struct q_reg_set_key_sec_info uint32 ptr; /* pointer */ BUFHDR hdr_sec; /* header for security data */ - SEC_DESC_BUF *data; /* security data */ + SEC_DESC_BUF data; /* security data */ } REG_Q_SET_KEY_SEC; |