VFS: default: use correct type for pathlen in vfswrap_getxattrat_do_sync()
authorRalph Boehme <slow@samba.org>
Mon, 24 Feb 2020 13:30:37 +0000 (14:30 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 25 Feb 2020 17:44:44 +0000 (17:44 +0000)
commitace296b97642d9160ea66db89dcd0f24a21dba4e
tree3c7d45ff44fac71f22ea643aaea8222c855ff5ee
parentcbca811212a930b94f9917e5a82b6a95ab085e91
VFS: default: use correct type for pathlen in vfswrap_getxattrat_do_sync()

full_path_tos() returns a ssize_t.

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

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