summaryrefslogtreecommitdiffstats
path: root/source/include
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
commit9814ac8a65f4d8333527976f1d227e8cd3c2c8ce (patch)
treefc6b685112d5df397fd6c518cb65a0cf3cd15994 /source/include
parentfb6a79ea3a79d54099ec57715db17a7935130e9f (diff)
downloadsamba-9814ac8a65f4d8333527976f1d227e8cd3c2c8ce.tar.gz
samba-9814ac8a65f4d8333527976f1d227e8cd3c2c8ce.tar.xz
samba-9814ac8a65f4d8333527976f1d227e8cd3c2c8ce.zip
security descriptors and registry.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/rpc_reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/rpc_reg.h b/source/include/rpc_reg.h
index 59f3fb6f05d..163dfd67fe0 100644
--- a/source/include/rpc_reg.h
+++ b/source/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;