caclient: remove extra condition

This commit is contained in:
Jaroslav Kysela 2014-10-07 18:58:16 +02:00
parent a510248efc
commit 29d5c75126

View 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;