summaryrefslogtreecommitdiffstats
path: root/source3/include/rpc_reg.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-11-12 16:03:35 +0000
committerLuke Leighton <lkcl@samba.org>1998-11-12 16:03:35 +0000
commit1ab463a79575316612097445ea40b9dd7bcb84bd (patch)
tree089522c8e7365ea67d4db5ee28573e3c9391fe6e /source3/include/rpc_reg.h
parentfe7090cfb052729b75873c13c75578323aff2a5d (diff)
downloadsamba-1ab463a79575316612097445ea40b9dd7bcb84bd.tar.gz
samba-1ab463a79575316612097445ea40b9dd7bcb84bd.tar.xz
samba-1ab463a79575316612097445ea40b9dd7bcb84bd.zip
security descriptors and registry.
(This used to be commit 9814ac8a65f4d8333527976f1d227e8cd3c2c8ce)
Diffstat (limited to 'source3/include/rpc_reg.h')
-rw-r--r--source3/include/rpc_reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/rpc_reg.h b/source3/include/rpc_reg.h
index 59f3fb6f05d..163dfd67fe0 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;