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 8294322 commit 4b75713
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/dvb_ci/descrambler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include <lib/dvb_ci/descrambler.h>
#include <lib/dvb_ci/dvbci.h>
#include <lib/dvb_ci/dvbci_ccmgr.h>

#include <lib/base/eerror.h>

Expand Down Expand Up @@ -154,7 +153,7 @@ int descrambler_set_pid(int desc_fd, int index, int enable, int pid)

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

0 comments on commit 4b75713

Please sign in to comment.