vfs: perform impersonation in smb_vfs_call_getxattrat_done()
authorRalph Boehme <slow@samba.org>
Mon, 14 Jan 2019 12:51:23 +0000 (13:51 +0100)
committerJeremy Allison <jra@samba.org>
Mon, 14 Jan 2019 18:13:14 +0000 (19:13 +0100)
commit0b7c6d500991afebf15c5c6d9bb256ff234076de
tree29cdc4e9b86196339ef0e3b85cc97e1399c8ed81
parent333a180b6a550ae7422c1199a515095c42ff1738
vfs: perform impersonation in smb_vfs_call_getxattrat_done()

This is needed as the callback might be called in an arbitrary
impersonation state.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/vfs.c