diff options
Diffstat (limited to 'source3/include/rpc_reg.h')
-rw-r--r-- | source3/include/rpc_reg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/rpc_reg.h b/source3/include/rpc_reg.h index 6b141b9f47..7e74af8ab8 100644 --- a/source3/include/rpc_reg.h +++ b/source3/include/rpc_reg.h @@ -159,8 +159,6 @@ typedef struct q_reg_get_key_sec_info /* REG_R_GET_KEY_SEC */ typedef struct r_reg_get_key_sec_info { - uint32 sec_info; /* xxxx_SECURITY_INFORMATION */ - uint32 ptr; /* pointer */ BUFHDR hdr_sec; /* header for security data */ SEC_DESC_BUF *data; /* security data */ |