[mythtv-commits] Ticket #5815: PATCH: Mythfrontend wasn't stopping automatic shutdown (any more)

MythTV mythtv at cvs.mythtv.org
Sun Oct 12 13:27:58 UTC 2008


#5815: PATCH: Mythfrontend wasn't stopping automatic shutdown (any more)
----------------------------------+-----------------------------------------
 Reporter:  maillists at whattf.com  |       Owner:  ijr    
     Type:  patch                 |      Status:  new    
 Priority:  minor                 |   Milestone:  unknown
Component:  mythtv                |     Version:  head   
 Severity:  low                   |     Mlocked:  0      
----------------------------------+-----------------------------------------
 The checkTimeZone() call in main in programs/mythfrontend/main.cpp causes
 a connection to be made to the Masterbackend.

 As a consequence the call to gContext->ConnectToMasterServer() further
 down the method not make a connection to the backend that stops it
 shutting down (when the system is appropriately configured).

 My simple fix to this was to move the call to ConnectToMasterServer() to
 before the checkTimeZone() call.

 Single file patch attached.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5815>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list