]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: remove unused current_user.{need,done}_chdir stacking
authorStefan Metzmacher <metze@samba.org>
Tue, 16 Jul 2019 12:20:33 +0000 (14:20 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 11 Sep 2019 21:16:57 +0000 (21:16 +0000)
commit35cd91ee4d8fcd1034787882fb2e2e2ab9f8bd34
tree99424bffc7bed81750794e19dab79757859a8bb4
parente9256b306ecd4299aa96b27d81800382414572a9
smbd: remove unused current_user.{need,done}_chdir stacking

All become_*()/unbecome_*() functions don't alter the working
directory. Only change_to_user_and_service*() does.

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>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Sep 11 21:16:57 UTC 2019 on sn-devel-184
source3/include/smb.h
source3/smbd/globals.h
source3/smbd/uid.c