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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/rpc_reg.h b/source3/include/rpc_reg.h
index 59684a5b5e..83b44ce7c9 100644
--- a/source3/include/rpc_reg.h
+++ b/source3/include/rpc_reg.h
@@ -215,7 +215,7 @@ typedef struct {
/***********************************************/
typedef struct {
- POLICY_HND pnt_pol;
+ POLICY_HND handle;
UNISTR4 name;
UNISTR4 class;
uint32 reserved;
@@ -237,7 +237,7 @@ typedef struct {
/***********************************************/
typedef struct {
- POLICY_HND pnt_pol;
+ POLICY_HND handle;
UNISTR4 name;
} REG_Q_DELETE_KEY;
@@ -249,7 +249,7 @@ typedef struct {
/***********************************************/
typedef struct {
- POLICY_HND pnt_pol;
+ POLICY_HND handle;
UNISTR4 name;
} REG_Q_DELETE_VALUE;