Skip to content

Commit

Permalink
Initialize _tune_mode to hdhrTuneModeNone in ctor
Browse files Browse the repository at this point in the history
Fixes coverity 700909. Closes #11615.

Signed-off-by: Paul Harrison <pharrison@mythtv.org>
  • Loading branch information
garybuhrmaster authored and Paul Harrison committed Jun 23, 2013
1 parent a8fec68 commit 32966e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythtv/recorders/hdhrstreamhandler.cpp
Expand Up @@ -96,7 +96,7 @@ HDHRStreamHandler::HDHRStreamHandler(const QString &device) :
StreamHandler(device),
_hdhomerun_device(NULL),
_tuner(-1),

_tune_mode(hdhrTuneModeNone),
_hdhr_lock(QMutex::Recursive)
{
setObjectName("HDHRStreamHandler");
Expand Down

0 comments on commit 32966e4

Please sign in to comment.