diff options
author | Gerald Carter <jerry@samba.org> | 2005-06-24 22:34:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:58:01 -0500 |
commit | b8e787bcac79b01d3f44d497517138b0c013be00 (patch) | |
tree | f83b5bb7b6e03072bce7dc35015428896a7b5c0d /source3/include | |
parent | 292d11bee56c5493f0c1a9e9e2078bd582704874 (diff) | |
download | samba-b8e787bcac79b01d3f44d497517138b0c013be00.tar.gz samba-b8e787bcac79b01d3f44d497517138b0c013be00.tar.bz2 samba-b8e787bcac79b01d3f44d497517138b0c013be00.zip |
r7890: * add Reg[SG]etKeySec() server stubs
* merge a compile warning fix from trunk to SAMBA_3_0
(This used to be commit 71eb018a05c5012fbd42ba6817aabc0797d38ba1)
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; |