summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2018-05-25 13:58:04 +0200
committerStefan Metzmacher <metze@samba.org>2018-06-18 08:59:16 +0200
commit71d5809188e416aeb3e9c67214eae32b4225c2d7 (patch)
tree418e15a7d347860cfa9a8ac8480b00b73a0589d0 /source3/librpc
parentdf5e459299d1eb61879a4bdaf6f600acaab90b6a (diff)
downloadsamba-71d5809188e416aeb3e9c67214eae32b4225c2d7.tar.gz
smbd: remove xconn->client->last_session_id based set_current_user_info() caching
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/smbXsrv.idl1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/librpc/idl/smbXsrv.idl b/source3/librpc/idl/smbXsrv.idl
index d3f8d30d1e3..26758113af4 100644
--- a/source3/librpc/idl/smbXsrv.idl
+++ b/source3/librpc/idl/smbXsrv.idl
@@ -123,7 +123,6 @@ interface smbXsrv
* this session_table is used for SMB1 and SMB2,
*/
[ignore] struct smbXsrv_session_table *session_table;
- [ignore] hyper last_session_id;
/*
* this tcon_table is only used for SMB1.
*/