Opened 19 years ago

Closed 19 years ago

#124 closed defect (fixed)

patch to fix shutdown in scheduler.cpp that was affected by #34

Reported by: walterhw@… 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)

scheduler.diff (1.0 KB) - added by walterhw@… 19 years ago.
svn diff file

Download all attachments as: .zip

Change History (2)

Changed 19 years ago by walterhw@…

Attachment: scheduler.diff added

svn diff file

comment:1 Changed 19 years ago by Isaac Richards

Resolution: fixed
Status: newclosed

(In [6869]) Closes #124 by applying the attached patch.

Note: See TracTickets for help on using tickets.