smbd: avoid calling set_current_user_info() twice with .need_tcon (SMB2)
authorStefan Metzmacher <metze@samba.org>
Fri, 25 May 2018 14:30:13 +0000 (16:30 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Jun 2018 06:59:17 +0000 (08:59 +0200)
commit3194999f0bf13d7d7c1f2b91bd8c1ec885158666
treeeedd8a62d2223345320cf7203d99cc2349f17563
parent60dbaa490c2b11047f5d7043ed48363164804d6f
smbd: avoid calling set_current_user_info() twice with .need_tcon (SMB2)

It's already called via change_to_user().

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/smbd/smb2_server.c