caclient: remove extra condition
This commit is contained in:
parent
a510248efc
commit
29d5c75126
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue