revert ENGINE-814

IPS-2
Volker Birk 2021-05-10 21:37:40 +02:00
parent f3334cd4fb
commit 6fac056ce2
1 changed files with 0 additions and 4 deletions

View File

@ -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) {