linux_dvb.c: initialize a variable

parent e6f3d0a6
......@@ -312,7 +312,7 @@ void E_(FrontendPoll)( access_t *p_access )
IF_UP( FE_HAS_LOCK )
{
int32_t i_value;
int32_t i_value = 0;
msg_Dbg( p_access, "frontend has acquired lock" );
p_sys->i_frontend_timeout = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment