s3: VFS: vfs_streams_xattr.c: Make streams_xattr_open() store the same path as stream...
authorJeremy Allison <jra@samba.org>
Wed, 1 Feb 2017 19:36:25 +0000 (11:36 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 2 Feb 2017 00:55:42 +0000 (01:55 +0100)
commita24ba3e4083200ec9885363efc5769f43183fb6b
treec00f6c83a8423a2e55b572b1bde5d05d9cf90c16
parent129bc58eee4b1868b1aaec6194808752520517b4
s3: VFS: vfs_streams_xattr.c: Make streams_xattr_open() store the same path as streams_xattr_recheck().

If the open is changing directories, fsp->fsp_name->base_name
will be the full path from the share root, whilst
smb_fname will be relative to the $cwd.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=12546

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Böhme <slow@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Feb  2 01:55:42 CET 2017 on sn-devel-144
source3/modules/vfs_streams_xattr.c