Skip to content

Commit

Permalink
Update descrambler.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima73 committed Sep 7, 2024
1 parent 4b75713 commit 7f60452
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/dvb_ci/descrambler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ int descrambler_set_pid(int desc_fd, int index, int enable, int pid)

if (ioctl(desc_fd, CA_SET_PID, &p) == -1)
{
if (eDVBCISlot *slot->getIsCA0Excluded())
eDVBCISlot *slot;
if (slot->getIsCA0Excluded())
return 0;
else
{
Expand Down

0 comments on commit 7f60452

Please sign in to comment.