Skip to content

Commit

Permalink
access: dvb: scan: refactor scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
fcartegnie committed Apr 18, 2016
1 parent 48b587b commit fe3c991
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 185 deletions.
2 changes: 1 addition & 1 deletion modules/access/dvb/access.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ static block_t *BlockScan( access_t *p_access )
if( FrontendSet( p_access ) < 0 )
{
msg_Err( p_access, "Failed to tune the frontend" );
p_access->info.b_eof = true;
//p_access->info.b_eof = true;
scan_session_Destroy( p_scan, session );
return NULL;
}
Expand Down
Loading

0 comments on commit fe3c991

Please sign in to comment.