diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/rpc_reg.h b/source3/include/rpc_reg.h index 6ef90cd30d..7ef2696228 100644 --- a/source3/include/rpc_reg.h +++ b/source3/include/rpc_reg.h @@ -146,7 +146,7 @@ typedef struct { /***********************************************/ typedef struct { - POLICY_HND pol; + POLICY_HND handle; uint32 sec_info; uint32 ptr; BUFHDR hdr_sec; @@ -161,7 +161,7 @@ typedef struct { /***********************************************/ typedef struct { - POLICY_HND pol; + POLICY_HND handle; uint32 sec_info; uint32 ptr; BUFHDR hdr_sec; |