]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix the emm updates for seca, the break was accidently removed when adding support... 48/head
authorWilliam van de Velde <xbmc@cobradevil.org>
Tue, 13 Dec 2011 18:42:21 +0000 (19:42 +0100)
committerWilliam van de Velde <xbmc@cobradevil.org>
Tue, 13 Dec 2011 18:42:21 +0000 (19:42 +0100)
src/cwc.c

index ef8dc449a3db70608fe767e38549ef23e310ddde..0ace6ded78155b474efd6afdb29808df43237687 100644 (file)
--- 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",