summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-19 16:33:04 +1100
committerStefan Metzmacher <metze@samba.org>2011-10-21 08:50:02 +0200
commit38de149e9b7e6150d4410bd964548ee22ffe8199 (patch)
treea996e93c619ebdd9c5a1dc06b7e8d9e2eb389d31 /source3/smbd/globals.h
parent0fe419205444f2c4f33581ea77a732e6d069e318 (diff)
downloadsamba-38de149e9b7e6150d4410bd964548ee22ffe8199.tar.gz
samba-38de149e9b7e6150d4410bd964548ee22ffe8199.tar.bz2
samba-38de149e9b7e6150d4410bd964548ee22ffe8199.zip
s3-seal Remove struct smb_srv_trans_enc_ctx
This structure added no value, particularly after the move to gensec. It was added at a time when auth_ntlmssp_state was not available in the client. This changed a while back (the wrapper was extended with client calls), and the move to gensec again reinforced that we do not need the extra complexity. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 7095790b7c..472aeee5bb 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -74,9 +74,8 @@ extern pid_t background_lpq_updater_pid;
****************************************************************************/
extern uint32_t common_flags2;
-struct smb_srv_trans_enc_ctx;
-extern struct smb_srv_trans_enc_ctx *partial_srv_trans_enc_ctx;
-extern struct smb_srv_trans_enc_ctx *srv_trans_enc_ctx;
+extern struct smb_trans_enc_state *partial_srv_trans_enc_ctx;
+extern struct smb_trans_enc_state *srv_trans_enc_ctx;
struct sec_ctx {
struct security_unix_token ut;