This website works better with JavaScript.
Home
Help
Register
Sign In
darthmama
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
312
Wiki
Activity
Browse Source
FIX ENGINE-814: skip identities without key
MACOSINST-26
Volker Birk
1 year ago
parent
7b82076780
commit
378b50387b
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
sync/gen_statemachine.ysl2
+ 4
- 0
sync/gen_statemachine.ysl2
View File
@ -573,6 +573,10 @@ 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) {
Write
Preview
Loading…
Cancel
Save