Opened 16 years ago
Closed 16 years ago
#124 closed defect (fixed)
patch to fix shutdown in scheduler.cpp that was affected by #34
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
this diff file fixes the CheckShutdownServer?() function in mythbackend/scheduler.cpp that was broken by changes in #34. The return value from the user's function was getting processed twice by the WIFEXITED() and WEXITSTATUS() macros. The patch also makes the announcement of impending shutdown less frequent, every 60 seconds instead of every 10 seconds, so the log fills slower.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
svn diff file