From 736cd36d36ea4985c7bcff19c683bc140566da4c Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Fri, 13 Nov 2015 10:35:58 +0100 Subject: s3:smb2_server: store encryption cipher in the channel Signed-off-by: Ralph Boehme Reviewed-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/librpc/idl/smbXsrv.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/smbXsrv.idl b/source3/librpc/idl/smbXsrv.idl index ab4937e43f3..109151b94a2 100644 --- a/source3/librpc/idl/smbXsrv.idl +++ b/source3/librpc/idl/smbXsrv.idl @@ -129,6 +129,7 @@ interface smbXsrv [noprint] DATA_BLOB signing_key; uint32 auth_session_info_seqnum; [ignore] smbXsrv_connection *connection; + uint16 encryption_cipher; } smbXsrv_channel_global0; typedef struct { -- cgit v1.2.1