1.1 --- a/src/keymanagement.c Tue Dec 11 13:57:48 2018 +0100
1.2 +++ b/src/keymanagement.c Tue Dec 11 14:16:12 2018 +0100
1.3 @@ -1442,10 +1442,10 @@
1.4 if (status != PEP_STATUS_OK && status != PEP_KEY_NOT_FOUND)
1.5 goto pep_free;
1.6
1.7 - if (has_private) {
1.8 - status = set_own_key(session, ident_copy, ident->fpr);
1.9 - goto pep_free;
1.10 - }
1.11 + // if (has_private) {
1.12 + // status = set_own_key(session, ident_copy, ident->fpr);
1.13 + // goto pep_free;
1.14 + // }
1.15 }
1.16
1.17 // Either it's not me, or it's me but the key has no private key.