Skip to content

Commit

Permalink
Restore the change to mythdbcon.cpp.
Browse files Browse the repository at this point in the history
This reverts commit 0870e57.
  • Loading branch information
linuxdude42 committed May 13, 2023
1 parent de32433 commit 299de49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mythtv/libs/libmythbase/mythdbcon.cpp
Expand Up @@ -131,6 +131,8 @@ bool MSqlDatabase::isOpen()

bool MSqlDatabase::OpenDatabase(bool skipdb)
{
if (gCoreContext->GetDB()->IsDatabaseIgnored() && m_name != "dbtest")
return false;
if (!m_db.isValid())
{
LOG(VB_GENERAL, LOG_ERR,
Expand Down

0 comments on commit 299de49

Please sign in to comment.