Fix free_down_raw in cli status

This commit is contained in:
Vitaliy Filippov
2022-05-11 18:08:45 +03:00
parent 6b69db73ac
commit 2697aae909
+1 -1
View File
@@ -146,7 +146,7 @@ resume_2:
else
{
down_raw += kv.value["size"].uint64_value();
free_down_raw += kv.value["size"].uint64_value();
free_down_raw += kv.value["free"].uint64_value();
}
}
int pool_count = 0, pools_active = 0;