]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
capmt: fix the wrong condition for new pc-nodmx mode
authorJaroslav Kysela <perex@perex.cz>
Mon, 7 Mar 2016 13:32:00 +0000 (14:32 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 7 Mar 2016 13:32:00 +0000 (14:32 +0100)
src/descrambler/capmt.c

index 96a508d3c55963fe0a5618b9ba96e72cff71be37..11e0d9882209731acb106327633961f0d0931600 100644 (file)
@@ -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];