Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
caclient: remove extra condition
  • Loading branch information
perexg committed Oct 7, 2014
1 parent a510248 commit 29d5c75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/descrambler/caclient.c
Expand Up @@ -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;
Expand Down

0 comments on commit 29d5c75

Please sign in to comment.