s3: VFS: streams_xattr: In streams_xattr_ftruncate() - remove conditional.
authorJeremy Allison <jra@samba.org>
Wed, 23 Jun 2021 00:36:28 +0000 (17:36 -0700)
committerRalph Boehme <slow@samba.org>
Fri, 25 Jun 2021 15:53:31 +0000 (15:53 +0000)
commit5d12971c58beaddb8400bba9e134eb5e4439894b
tree366d371391dd7f7f06e7b944c28fbbaa9f8e9a08
parent435c3f9ec1ad01a70adc0b9e0a44721ac2e8ae19
s3: VFS: streams_xattr: In streams_xattr_ftruncate() - 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