]> git.ipfire.org Git - thirdparty/samba.git/commit
smbd: move conn_rootdir_fname to non_widelink_open()
authorRalph Boehme <slow@samba.org>
Tue, 7 Apr 2020 16:41:15 +0000 (18:41 +0200)
committerRalph Boehme <slow@samba.org>
Thu, 21 May 2020 05:23:29 +0000 (05:23 +0000)
commit97d061237b0f2e07ae9c8e893734e222e58cfa4e
tree32184a2f6f55ea5493b1c7195d361697a81afeca
parent15303ee19bce519d18758e7e6cb3aa8a539bab42
smbd: move conn_rootdir_fname to non_widelink_open()

No change in behaviour. This just simplifies fd_open() a bit which will make it
easier to add an fd_openat() later.

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