[mythtv-commits] mythtv/master commit: 77b3f72ea by Gavin Hurlbut (Beirdo)

MythTV noreply at mythtv.org
Mon Jan 9 06:15:39 UTC 2012


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2012-01-08T21:43:48-08:00
   Push Date:  2012/01/08 22:15:25 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  77b3f72eaacc88e086ce7ae3501278bd829ce9f8
   Changeset:  https://github.com/MythTV/mythtv/commit/77b3f72ea

Log:

Fix initialization of MSocketDevice class

Fixes #10099.

If we open a TCP socket, we were trying to AddToReadyRead before even creating
the socket, so TCP sockets would fail (such as the one to the LCD daemon).
Also cleaned up the lcddevice call to create the socket to just use the
ctor for MythSocket.

Modified:

   mythtv/libs/libmythbase/lcddevice.cpp
   mythtv/libs/libmythbase/msocketdevice.cpp



More information about the mythtv-commits mailing list