Skip to content

Commit

Permalink
Remove legacy DBHostPing from config.xml
Browse files Browse the repository at this point in the history
(Now I know the why from 2e1820c.)
  • Loading branch information
sphery committed May 24, 2012
1 parent 2e1820c commit 9b3d59c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmyth/mythcontext.cpp
Expand Up @@ -541,6 +541,7 @@ bool MythContextPrivate::SaveDatabaseParams(
m_pConfig->ClearValue(kDefaultMFE + "DBPassword");
m_pConfig->ClearValue(kDefaultMFE + "DBName");
m_pConfig->ClearValue(kDefaultMFE + "DBPort");
m_pConfig->ClearValue(kDefaultMFE + "DBHostPing");

// actually save the file
m_pConfig->Save();
Expand Down

0 comments on commit 9b3d59c

Please sign in to comment.