Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
capmt: fix the wrong condition for new pc-nodmx mode
  • Loading branch information
perexg committed Mar 7, 2016
1 parent 11dc077 commit b7c2b58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/descrambler/capmt.c
Expand Up @@ -485,8 +485,7 @@ capmt_connect(capmt_t *capmt, int i)
return -1;

if (capmt->capmt_oscam == CAPMT_OSCAM_TCP ||
capmt->capmt_oscam == CAPMT_OSCAM_NET_PROTO ||
capmt->capmt_oscam == CAPMT_OSCAM_UNIX_SOCKET_NP) {
capmt->capmt_oscam == CAPMT_OSCAM_NET_PROTO) {

char errbuf[256];

Expand Down

0 comments on commit b7c2b58

Please sign in to comment.