mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Use size_t for strlen return, not int. Karolin please
pull.
Jeremy.
(This used to be commit f4a1fdaac0
)
This commit is contained in:
parent
cccaef9e08
commit
0d49500c35
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user