fix non-suffixed setxattr of user.mergerfs.minfreespace

This commit is contained in:
Antonio SJ Musumeci 2015-09-05 23:08:11 -04:00
parent 803b2ae999
commit 2d899479c3

View File

@ -53,6 +53,9 @@ namespace num
tmp *= (1024 * 1024 * 1024);
break;
case '\0':
break;
default:
return -1;
}