[mythtv-commits] mythtv commit: r26963 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Oct 23 01:48:13 UTC 2010


      Author: cpinkham
        Date: 2010-10-23 01:48:13 +0000 (Sat, 23 Oct 2010)
New Revision: 26963
   Changeset: http://svn.mythtv.org/trac/changeset/26963

Log:

Don't open an event socket when a backend connects back to the
master backend via MythCoreContext::ConnectToMasterServer().
Normally this shouldn't be necessary since slaves should be
using their existing master backend connection, but this fix
will prevent an event loop should something cause a slave to
connect back to the master.

Refs #9123.  This fixes the event loop in #9123, but doesn't
fix the actual bug that is causing the slave to connect back
to the master, so I'm leaving the ticket open for now.  I'm
also lowering the status level of the ticket separately
since #9123 should no longer be a blocker.



Modified:

   trunk/mythtv/libs/libmythdb/mythcorecontext.cpp




More information about the mythtv-commits mailing list