Skip to content

Commit

Permalink
dvbapi FBC Tuner fix
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.streamboard.tv/oscam/trunk@11691 4b0bc96b-bc66-0410-9d44-ebda105a78c1
  • Loading branch information
gorgone committed Apr 3, 2021
1 parent 69c5ef3 commit 370db36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module-dvbapi.c
Expand Up @@ -2466,6 +2466,7 @@ void dvbapi_set_pid(int32_t demux_id, int32_t num, uint32_t idx, bool enable, bo
{
cs_log("ERROR: Could not close demuxer fd (errno=%d %s)", errno, strerror(errno));
}
ca_fd[i] = 0;
}
}
}
Expand Down

0 comments on commit 370db36

Please sign in to comment.