smbd: remove directory changing from become_user*()
authorStefan Metzmacher <metze@samba.org>
Tue, 16 Jul 2019 12:06:09 +0000 (14:06 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 11 Sep 2019 19:59:34 +0000 (19:59 +0000)
commit15699475d6031dd0ed5cd24e9915c574b35a233b
tree5c307504bf8da7c54bcd0ae1b4abce8e5a0064f7
parentb6cf33015de596cd4295d24da4cfcee6c437e3aa
smbd: remove directory changing from become_user*()

This was the behavior in versions before 4.9 and
it is hopefully not required by current callers of
become_user*().

Pair-Programmed-With: Ralph Boehme <slow@samba.org>

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