]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
caclient: remove extra condition
authorJaroslav Kysela <perex@perex.cz>
Tue, 7 Oct 2014 16:58:16 +0000 (18:58 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 7 Oct 2014 16:58:16 +0000 (18:58 +0200)
src/descrambler/caclient.c

index 692ce18171a1fd700bd5efb07be7030db029cf02..3e51537ec4dd983084ff7f1f5479d84c37886cd3 100644 (file)
@@ -108,8 +108,6 @@ caclient_create
   if (c == &caclient_ccw_aes_class)
     cac = constcw_create();
 #endif
-  if (cac == NULL)
-    abort();
   if (cac == NULL) {
     tvherror("caclient", "CA Client class %s is not available!", s);
     return NULL;