]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
capmt: revert one line
authorJaroslav Kysela <perex@perex.cz>
Thu, 22 Oct 2015 19:13:50 +0000 (21:13 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 22 Oct 2015 19:13:50 +0000 (21:13 +0200)
src/descrambler/capmt.c

index 1f70bcf04aa68ea9f549dd458b035f8fd4372e0b..d983dc2b59d1ce6a52159b0a7082302ede9961cb 100644 (file)
@@ -1603,6 +1603,7 @@ capmt_thread(void *aux)
       capmt->capmt_adapters[i].ca_sock = -1;
     for (i = 0; i < MAX_SOCKETS; i++) {
       capmt->sids[i] = 0;
+      capmt->adps[i] = -1;
       capmt->capmt_sock[i] = -1;
       capmt->capmt_sock_reconnect[i] = 0;
     }