s3: VFS: streams_xattr: In streams_xattr_pwrite() - remove conditional.
authorJeremy Allison <jra@samba.org>
Wed, 23 Jun 2021 00:10:50 +0000 (17:10 -0700)
committerRalph Boehme <slow@samba.org>
Fri, 25 Jun 2021 15:53:31 +0000 (15:53 +0000)
commit28f7846fdd507a6befea76518f8cd45855e51fc7
treeb25a9f1c41b9e7916db041dc0451cdac2f79aa0a
parent0f04e1a47dfeb9848b995329bf82744df0bbae3d
s3: VFS: streams_xattr: In streams_xattr_pwrite() - remove conditional.

We know fsp->base_fsp must be valid here for SMB_VFS_FSETXATTR().

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