s3: smbd: VFS change. Add new field bool posix_pathnames into struct smb_request.
authorJeremy Allison <jra@samba.org>
Tue, 22 Dec 2015 21:35:10 +0000 (13:35 -0800)
committerJeremy Allison <jra@samba.org>
Wed, 23 Dec 2015 17:23:17 +0000 (18:23 +0100)
commit4587d83f075a82665a48b52087b2704d2105882e
tree27c7018623ab3402f1f88db8ea6c8bbc39a32e57
parentcc729ae47d87a4659590af86e5389f37d17a523f
s3: smbd: VFS change. Add new field bool posix_pathnames into struct smb_request.

Initialize from lp_posix_pathnames() global.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <Volker.Lendecke@SerNet.DE>
source3/include/vfs.h
source3/smbd/process.c