Fix the emm updates for seca, the break was accidently removed when adding support for dre cards.

This commit is contained in:
William van de Velde 2011-12-13 19:42:21 +01:00
parent d5e3221747
commit 51173a5508

View file

@ -677,6 +677,7 @@ cwc_detect_card_type(cwc_t *cwc)
cwc->cwc_card_type = CARD_SECA;
tvhlog(LOG_INFO, "cwc", "%s: seca card",
cwc->cwc_hostname);
break;
case 0x4a:
cwc->cwc_card_type = CARD_DRE;
tvhlog(LOG_INFO, "cwc", "%s: dre card",