vfs: perform impersonation in smb_vfs_call_get_dos_attributes_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)
commit2720d95d1fd921ae43c881369d10ea6ada499690
tree1ee0b285da83637c9700221ab7eb69a1a8b439b6
parent3672f02e4769da244d5c2ba82b46921a88fa9472
vfs: perform impersonation in smb_vfs_call_get_dos_attributes_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