mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-23 13:58:24 +00:00
Fixed a bug: issue #14, s3fs -u should return 0 if there are no lost multiparts
This commit is contained in:
parent
39402696ce
commit
16487c4e26
@ -2712,7 +2712,7 @@ static bool abort_uncomp_mp_list(uncomp_mp_list_t& list)
|
|||||||
char buff[1024];
|
char buff[1024];
|
||||||
|
|
||||||
if(0 >= list.size()){
|
if(0 >= list.size()){
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
memset(buff, 0, sizeof(buff));
|
memset(buff, 0, sizeof(buff));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user