Skip to content

Commit

Permalink
Reverse a change to mythdbcon.cpp that caused test to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettpeter committed May 12, 2023
1 parent 68093af commit 0870e57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mythtv/libs/libmythbase/mythdbcon.cpp
Expand Up @@ -131,8 +131,6 @@ 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 0870e57

Please sign in to comment.