Skip to content

Commit

Permalink
Use QUERY_TIME_ZONE instead of QUERY_TIME.
Browse files Browse the repository at this point in the history
  • Loading branch information
gigem committed Jun 7, 2012
1 parent a9b46b7 commit b119cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythbackend/main_helpers.cpp
Expand Up @@ -464,7 +464,7 @@ int connect_to_master(void)
QStringList timeCheck;
if (tempMonitorConnection)
{
timeCheck.push_back("QUERY_TIME");
timeCheck.push_back("QUERY_TIME_ZONE");
tempMonitorConnection->writeStringList(timeCheck);
tempMonitorConnection->readStringList(timeCheck);
}
Expand Down

0 comments on commit b119cf2

Please sign in to comment.