summaryrefslogtreecommitdiff
path: root/source3/include/rpc_reg.h
diff options
context:
space:
mode:
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 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;