From: William van de Velde Date: Tue, 13 Dec 2011 18:42:21 +0000 (+0100) Subject: Fix the emm updates for seca, the break was accidently removed when adding support... X-Git-Tag: 2.99~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51173a55087647b855bfa292f3f3154fe8729ed2;p=thirdparty%2Ftvheadend.git Fix the emm updates for seca, the break was accidently removed when adding support for dre cards. --- diff --git a/src/cwc.c b/src/cwc.c index ef8dc449a..0ace6ded7 100644 --- a/src/cwc.c +++ b/src/cwc.c @@ -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",