Skip to content

Commit

Permalink
Remove some bits missed while breaking apart several separate patches.
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerrp committed Feb 11, 2012
1 parent 26f5bfc commit 1ddf0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythbackend/mainserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4258,7 +4258,7 @@ void MainServer::GetActiveBackends(QStringList &hosts)
vector<PlaybackSock*>::iterator it;
for (it = playbackList.begin(); it != playbackList.end(); ++it)
{
if ((*it)->isSlaveBackend() || (*it)->isMediaServer())
if ((*it)->isSlaveBackend())
{
hostname = (*it)->getHostname();
if (!hosts.contains(hostname))
Expand Down

0 comments on commit 1ddf0fd

Please sign in to comment.