Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cwc: it's bad idea to reset ecm state when unexpected reply is received
  • Loading branch information
perexg committed Jan 26, 2016
1 parent e29df17 commit 14528a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/descrambler/cwc.c
Expand Up @@ -844,8 +844,6 @@ cwc_running_reply(cwc_t *cwc, uint8_t msgtype, uint8_t *msg, int len)
}
}
tvhlog(LOG_WARNING, "cwc", "Got unexpected ECM reply (seqno: %d)", seq);
LIST_FOREACH(ct, &cwc->cwc_services, cs_link)
ct->ecm_state = ECM_RESET;
break;

case 0xD3:
Expand Down

0 comments on commit 14528a5

Please sign in to comment.