summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_tsmsm.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-04-08 07:43:30 -0700
committerJeremy Allison <jra@samba.org>2008-04-08 07:43:30 -0700
commit0d49500c3517b087bf8807631b1f658bb0e47f7b (patch)
treeda10d41b468965781a4fd50066f41067f9c3b0bf /source3/modules/vfs_tsmsm.c
parentcccaef9e0896e9a3fcf9b860283543fd35d3f248 (diff)
downloadsamba-0d49500c3517b087bf8807631b1f658bb0e47f7b.tar.gz
samba-0d49500c3517b087bf8807631b1f658bb0e47f7b.tar.bz2
samba-0d49500c3517b087bf8807631b1f658bb0e47f7b.zip
Use size_t for strlen return, not int. Karolin please
pull. Jeremy. (This used to be commit f4a1fdaac0dd6b1b241fac9879416c8ad4403eff)
Diffstat (limited to 'source3/modules/vfs_tsmsm.c')
-rw-r--r--source3/modules/vfs_tsmsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_tsmsm.c b/source3/modules/vfs_tsmsm.c
index 7dc8b38bb7..4a732bca43 100644
--- a/source3/modules/vfs_tsmsm.c
+++ b/source3/modules/vfs_tsmsm.c
@@ -149,7 +149,7 @@ static bool tsmsm_is_offline(struct vfs_handle_struct *handle,
int ret, lerrno;
bool offline;
char *buf;
- int buflen;
+ size_t buflen;
/* if the file has more than FILE_IS_ONLINE_RATIO of blocks available,
then assume it is not offline (it may not be 100%, as it could be sparse) */