mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* keylist.c, keyedit.c, keyserver.c, sign.c: Some TODOs and comments.
* export.c (do_export_stream): Fix noop bug in exporting sensitive revocation keys. * pkclist.c (do_edit_ownertrust): Comment out the option for showing trust paths until it can be implemented.
This commit is contained in:
parent
0d8006450a
commit
fa88fe9aaf
7 changed files with 39 additions and 4 deletions
|
@ -275,7 +275,10 @@ do_export_stream( IOBUF out, STRLIST users, int secret,
|
|||
|
||||
for(i=0;i<node->pkt->pkt.signature->numrevkeys;i++)
|
||||
if(node->pkt->pkt.signature->revkey[i]->class & 0x40)
|
||||
continue;
|
||||
break;
|
||||
|
||||
if(i<node->pkt->pkt.signature->numrevkeys)
|
||||
continue;
|
||||
}
|
||||
|
||||
/* delete our verification cache */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue