Mailing List Archive

mythtv/master commit: 925e82c39 by Greg Estabrooks (GreyFoxx)
Author: Greg Estabrooks <gestabrooks@mythtv.org>
Change Date: 2011-05-21T08:05:12-07:00
Push Date: 2011/05/21 08:07:58 -0700
Repository: mythtv
Branch: master
New Revision: 925e82c39e0f250caf2b5828489cd1b0e2276b73
Changeset: https://github.com/MythTV/mythtv/commit/925e82c39

Log:

This fixes the problem some users were
encountering with writing to SG's such as coverfile/fanart and such being
downloaded and written to SG's on other systems.

For some reason when I made a call to "setSocket()" from within
MSocketDevice::connect() I was foolishly expecting it to call
MSocketDevice::setSocket()..... but in fact it was calling
MythSocket::setSocket which called MSocketDevice::setSocket
but unfortunately also set some other values which caused this to break.

Modified:

mythtv/libs/libmythbase/msocketdevice_unix.cpp
mythtv/libs/libmythbase/msocketdevice_win.cpp

_______________________________________________
mythtv-firehose mailing list
mythtv-firehose@mythtv.org
http://www.mythtv.org/mailman/listinfo/mythtv-firehose