summaryrefslogtreecommitdiff
path: root/source3/include/rpc_lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-11 20:31:34 +0100
committerGünther Deschner <gd@samba.org>2008-02-11 20:49:50 +0100
commita473d10915002b586a4c0bce928a3fbf78523b09 (patch)
tree76fafe2b7cf7f50b74265dd1ce99c1fa0ae336dd /source3/include/rpc_lsa.h
parente917a8a94a985154e86b792924246cdfcc527e0a (diff)
downloadsamba-a473d10915002b586a4c0bce928a3fbf78523b09.tar.gz
samba-a473d10915002b586a4c0bce928a3fbf78523b09.tar.bz2
samba-a473d10915002b586a4c0bce928a3fbf78523b09.zip
Remove unused marshalling for LSA_UNK_GET_CONNUSER.
Guenther (This used to be commit 5550c5c387ad66ffe8532e669b6155a28c6e54d1)
Diffstat (limited to 'source3/include/rpc_lsa.h')
-rw-r--r--source3/include/rpc_lsa.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/source3/include/rpc_lsa.h b/source3/include/rpc_lsa.h
index 9f8beae2ce..fe088c4e82 100644
--- a/source3/include/rpc_lsa.h
+++ b/source3/include/rpc_lsa.h
@@ -551,34 +551,6 @@ typedef struct lsa_r_enum_accounts
NTSTATUS status;
} LSA_R_ENUM_ACCOUNTS;
-/* LSA_Q_UNK_GET_CONNUSER - gets username\domain of connected user
- called when "Take Ownership" is clicked -SK */
-typedef struct lsa_q_unk_get_connuser
-{
- uint32 ptr_srvname;
- UNISTR2 uni2_srvname;
- uint32 unk1; /* 3 unknown uint32's are seen right after uni2_srvname */
- uint32 unk2; /* unk2 appears to be a ptr, unk1 = unk3 = 0 usually */
- uint32 unk3;
-} LSA_Q_UNK_GET_CONNUSER;
-
-/* LSA_R_UNK_GET_CONNUSER */
-typedef struct lsa_r_unk_get_connuser
-{
- uint32 ptr_user_name;
- UNIHDR hdr_user_name;
- UNISTR2 uni2_user_name;
-
- uint32 unk1;
-
- uint32 ptr_dom_name;
- UNIHDR hdr_dom_name;
- UNISTR2 uni2_dom_name;
-
- NTSTATUS status;
-} LSA_R_UNK_GET_CONNUSER;
-
-
typedef struct lsa_q_enumprivsaccount
{
POLICY_HND pol; /* policy handle */