mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-23 03:43:43 +08:00
fix non-suffixed setxattr of user.mergerfs.minfreespace
This commit is contained in:
parent
803b2ae999
commit
2d899479c3
|
@ -53,6 +53,9 @@ namespace num
|
|||
tmp *= (1024 * 1024 * 1024);
|
||||
break;
|
||||
|
||||
case '\0':
|
||||
break;
|
||||
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user