[mythtv-commits] mythtv commit: r12457 by cpinkham
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Tue Jan 9 05:52:23 UTC 2007
Author: cpinkham
Date: 2007-01-09 05:52:22 +0000 (Tue, 09 Jan 2007)
New Revision: 12457
Changeset: http://cvs.mythtv.org/trac/changeset/12457
Modified:
trunk/mythtv/programs/mythbackend/backendutil.cpp
Log:
In BackendQueryDiskSpace(), fallback to using the list of 'Default' Storage
Group directories if there are no directories defined for the current host.
This is the same logic that StorageGroup::Init() uses.
This fixes a bug which would show up when a user did not define any Storage
Groups on a slave backend. The bug manifested itself in the debug logs as
a WriteStringList error since there were no directories in the list.
More information about the mythtv-commits
mailing list