diff options
author | Stefan Metzmacher <metze@samba.org> | 2018-05-25 13:58:04 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2018-06-18 08:59:16 +0200 |
commit | 71d5809188e416aeb3e9c67214eae32b4225c2d7 (patch) | |
tree | 418e15a7d347860cfa9a8ac8480b00b73a0589d0 /source3/librpc | |
parent | df5e459299d1eb61879a4bdaf6f600acaab90b6a (diff) | |
download | samba-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.idl | 1 |
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. */ |