mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Some bug fixes of the last release
This commit is contained in:
parent
35c1054507
commit
b076ce3021
52 changed files with 2853 additions and 1804 deletions
|
@ -451,7 +451,8 @@ fix_keyblock( KBNODE keyblock )
|
|||
if( subkey ) {
|
||||
PKT_signature *sig = node->pkt->pkt.signature;
|
||||
if( sig->sig_class >= 0x10 && sig->sig_class <= 0x13 ) {
|
||||
log_info("moving a key signature to the correct place\n");
|
||||
log_info(_(
|
||||
"moving a key signature to the correct place\n"));
|
||||
last->next = node->next;
|
||||
node->next = subkey->next;
|
||||
subkey->next = node;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue