[mythtv-commits] mythtv commit: r25479 - in trunk/mythtv by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Jul 29 18:52:00 UTC 2010


      Author: cpinkham
        Date: 2010-07-29 18:52:00 +0000 (Thu, 29 Jul 2010)
New Revision: 25479
   Changeset: http://svn.mythtv.org/trac/changeset/25479

Modified:

   trunk/mythtv/libs/libmythdb/storagegroup.cpp
   trunk/mythtv/programs/mythbackend/mainserver.cpp

Log:

Fix an issue with the new DOWNLOAD_FILE and DOWNLOAD_FILE backend
commands related to the builtin storage groups not requiring a
slash preceeding the filename while the user-defined storage group
entries required a preceeding slash.  All filenames should now now
require a preceeding slash.

Also add the same ".." and empty destination directory sanity
checking to these backend commands as we use for RemoteFile writes.

Thanks to Raymond Wagner for reporting the first issue and
thereby indirectly reminding me I needed to add the sanity checking.






More information about the mythtv-commits mailing list