[mythtv-commits] mythtv commit: r18003 by nigel
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Fri Aug 1 00:05:44 UTC 2008
Author: nigel
Date: 2008-08-01 00:05:44 +0000 (Fri, 01 Aug 2008)
New Revision: 18003
Changeset: http://cvs.mythtv.org/trac/changeset/18003
Modified:
trunk/mythtv/libs/libmyth/mythcontext.cpp
Log:
1) Eliminate bootstrap errors from GetSetting() - there is now exactly one
initial error (in KickDatabase()), and no more until dbHostName changes.
2) Make sure dbHostName isn't accidentally cleared, and that it is
set after PromptForDatabaseParams() or UPnP BE selection or autoconf.
3) TestDBconnection() is private, and only called from FindDatabase()
(which is not called if ignoreDB), so always test
(even if IgnoreDatabase has been set to reduce connection errors).
More information about the mythtv-commits
mailing list