Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 217 Bytes

broken-quota.md

File metadata and controls

5 lines (3 loc) · 217 Bytes

Bugfix: wrong quota total reported

The EOS QuotaInfo struct had fields for AvailableBytes and AvailableInodes, but these were used to mean the total. This is fixed now.

#5082