s3: VFS: vfs_streams_xattr.c: Make streams_xattr_open() store the same path as stream...
commit1b6b200ee72744783c08326c597ee73017b3f531
authorJeremy Allison <jra@samba.org>
Wed, 1 Feb 2017 19:36:25 +0000 (1 11:36 -0800)
committerKarolin Seeger <kseeger@samba.org>
Tue, 7 Feb 2017 12:05:34 +0000 (7 13:05 +0100)
treeb5816561a0f3763d0bf13de86caaf44e03b65372
parentf65f08118c98f2475a5b54ceb01ab4cb2f468715
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

(cherry picked from commit a24ba3e4083200ec9885363efc5769f43183fb6b)

Autobuild-User(v4-4-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-4-test): Tue Feb  7 13:05:34 CET 2017 on sn-devel-144
source3/modules/vfs_streams_xattr.c