summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-04 17:14:57 +0100
committerGünther Deschner <gd@samba.org>2008-02-04 17:53:51 +0100
commitf527fca984291e693f1ef758b208e02f14bf6733 (patch)
treeb58792b2b0bcfd7419acad4fd349d1fa72bced90 /source3/include
parente1e8ab30f712d389a353cf32cbf8cf1083360b2a (diff)
downloadsamba-f527fca984291e693f1ef758b208e02f14bf6733.tar.gz
samba-f527fca984291e693f1ef758b208e02f14bf6733.tar.bz2
samba-f527fca984291e693f1ef758b208e02f14bf6733.zip
Remove unused marshalling for SAMR_CONNECT5.
Guenther (This used to be commit d2d91dd4968dbd1349bdb973e2679f68c608c2ed)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_samr.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/source3/include/rpc_samr.h b/source3/include/rpc_samr.h
index 65e38c3e8b..227f709b86 100644
--- a/source3/include/rpc_samr.h
+++ b/source3/include/rpc_samr.h
@@ -1537,31 +1537,6 @@ typedef struct q_samr_connect4_info
/* SAMR_R_CONNECT4 - same format as connect */
typedef struct r_samr_connect_info SAMR_R_CONNECT4;
-/* SAMR_Q_CONNECT5 */
-typedef struct q_samr_connect5_info
-{
- uint32 ptr_srv_name; /* pointer to server name */
- UNISTR2 uni_srv_name;
- uint32 access_mask;
- uint32 level;
- /* These following are acutally a level dependent
- value. Fudge it for now. JRA */
- uint32 info1_unk1;
- uint32 info1_unk2;
-} SAMR_Q_CONNECT5;
-
-/* SAMR_R_CONNECT5 */
-typedef struct r_samr_connect_info5
-{
- uint32 level;
- uint32 info1_unk1;
- uint32 info1_unk2;
- POLICY_HND connect_pol; /* policy handle */
- NTSTATUS status; /* return status */
-
-} SAMR_R_CONNECT5;
-
-
/* SAMR_ENC_PASSWD */
typedef struct enc_passwd_info
{