Opened 14 years ago
Closed 14 years ago
#9810 closed Patch - Bug Fix (fixed)
QUERY_FREE_SPACE_SUMMARY missed in protocol change from 2 32bit numbers to 1 64 bit
Reported by: | Owned by: | beirdo | |
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The protocol command QUERY_FREE_SPACE_SUMMARY was missed when the updates were made to change from sending 2 32 bit numbers to 1 64 bit number (commits 1508085eb3cf5f5b88af, c7de5d75cbe975db4b8e, and 64d448acdd27b0384748). The function MainServer::BackendQueryDiskSpace? was updated so that the last 2 items contain the total and used space (when allHosts is true) instead of the last 4. A patch is attached to correct mainserver.cpp.
As far as I can tell, only the Python binding is using this protocol command and it has already been updated to expect 2 values instead of 4.
Attachments (2)
Change History (4)
Changed 14 years ago by
Attachment: | query_free_space_summary.patch added |
---|
Changed 14 years ago by
Attachment: | mythbackend_version.log added |
---|
comment:1 Changed 14 years ago by
Milestone: | unknown → 0.25 |
---|---|
Owner: | set to beirdo |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Fix the QUERY_FREE_SPACE_SUMMARY message
Seems that the summary message was missed in the conversion to 64bit from 2*32.
Fixes #9810
Signed-off-by: Gavin Hurlbut <ghurlbut@…>