Fix free_down_raw in cli status

pull/32/head
Vitaliy Filippov 2022-05-11 18:08:16 +03:00
parent 6b69db73ac
commit 2697aae909
1 changed files with 1 additions and 1 deletions

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;