diff options
author | Günther Deschner <gd@samba.org> | 2008-02-04 22:02:22 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-04 22:12:41 +0100 |
commit | a1c2242f3f3b63e354fb377223883047bd883957 (patch) | |
tree | 424578fafcb33922408a6fd486aed7e423dace38 /source3/include | |
parent | e5769f356a9087017bc6a6c9a1435599a09dfdb1 (diff) | |
download | samba-a1c2242f3f3b63e354fb377223883047bd883957.tar.gz samba-a1c2242f3f3b63e354fb377223883047bd883957.tar.bz2 samba-a1c2242f3f3b63e354fb377223883047bd883957.zip |
Remove unused marshalling for LSA_QUERY_SEC_OBJ.
Guenther
(This used to be commit 9b2aeeb36903591ea55cfdfe22f32d69703daaf1)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_lsa.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h index 371c3ebd11..c18df0d32e 100644 --- a/source3/include/rpc_lsa.h +++ b/source3/include/rpc_lsa.h @@ -270,24 +270,6 @@ typedef struct lsa_r_open_pol2_info POLICY_VIEW_LOCAL_INFORMATION |\ POLICY_LOOKUP_NAMES ) -/* LSA_Q_QUERY_SEC_OBJ - LSA query security */ -typedef struct lsa_query_sec_obj_info -{ - POLICY_HND pol; /* policy handle */ - uint32 sec_info; - -} LSA_Q_QUERY_SEC_OBJ; - -/* LSA_R_QUERY_SEC_OBJ - probably an open */ -typedef struct r_lsa_query_sec_obj_info -{ - uint32 ptr; - SEC_DESC_BUF *buf; - - NTSTATUS status; /* return status */ - -} LSA_R_QUERY_SEC_OBJ; - /* LSA_Q_QUERY_INFO - LSA query info policy */ typedef struct lsa_query_info { |