smbd: avoid calling set_current_user_info() twice with AS_USER (SMB1)
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)
commit60dbaa490c2b11047f5d7043ed48363164804d6f
tree3be5f1d7b6fc96bb7c7a4cdad60972e16dcbb613
parentff7efafe73369ec27ab07307102807818ea48c39
smbd: avoid calling set_current_user_info() twice with AS_USER (SMB1)

It will be called via change_to_user().

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