From: Jaroslav Kysela Date: Mon, 7 Mar 2016 13:32:00 +0000 (+0100) Subject: capmt: fix the wrong condition for new pc-nodmx mode X-Git-Tag: v4.2.1~947 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7c2b58cba574d46110cb2b4a7a4ccf2e112a815;p=thirdparty%2Ftvheadend.git capmt: fix the wrong condition for new pc-nodmx mode --- diff --git a/src/descrambler/capmt.c b/src/descrambler/capmt.c index 96a508d3c..11e0d9882 100644 --- a/src/descrambler/capmt.c +++ b/src/descrambler/capmt.c @@ -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];