Opened 18 years ago
Closed 18 years ago
#5118 closed defect (invalid)
CardUtil::GetV4LInfo() should be checked in Channel::Open()
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
CardUtil::GetV4LInfo() can fail and return false. It should be checked and reported in Channel::Open().
Attachments (1)
Change History (2)
by , 18 years ago
| Attachment: | libs_libmythtv_channel.cpp-check-GetV4LInfo.patch added |
|---|
comment:1 by , 18 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
This is not a fatal failure. And the strings will be empty in the nearby VERBOSE if it fails so we don't need to check the return.
Note:
See TracTickets
for help on using tickets.

check CardUtil::GetV4LInfo() for failure