forked from pEp.foundation/pEpEngine
revert ENGINE-814
parent
f3334cd4fb
commit
6fac056ce2
|
@ -596,10 +596,6 @@ tstylesheet {
|
|||
message *_m = NULL;
|
||||
char *_data = NULL;
|
||||
|
||||
// FIX ENGINE-814: skip identities without key
|
||||
if (EMPTYSTR(li->ident->fpr))
|
||||
continue;
|
||||
|
||||
_data = malloc(size);
|
||||
assert(_data);
|
||||
if (!_data) {
|
||||
|
|
Loading…
Reference in New Issue