[mythtv-commits] mythtv commit: r26004 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Aug 30 18:28:02 UTC 2010


      Author: cpinkham
        Date: 2010-08-30 18:28:02 +0000 (Mon, 30 Aug 2010)
New Revision: 26004
   Changeset: http://svn.mythtv.org/trac/changeset/26004

Log:

In the backend FileTransfer code, don't allow someone to
try to open a directory since this doesn't work and causes
the caller to hang for a few seconds while the backend
churns away on things.  I added code to the mythfile_open
wrapper the other day to prevent this, but this patch was
also in my tree and it doesn't hurt to block it on the
backend as well.



Modified:

   trunk/mythtv/programs/mythbackend/mainserver.cpp




More information about the mythtv-commits mailing list