mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Avoid spurious failures on keyblocks with no or only deleted nodes.
* g10/import.c (write_keyblock_to_output): Clear ERR on success. -- Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
1bfed0bbc5
commit
9177a89773
1 changed files with 1 additions and 0 deletions
|
@ -869,6 +869,7 @@ write_keyblock_to_output (kbnode_t keyblock)
|
|||
}
|
||||
}
|
||||
}
|
||||
err = 0;
|
||||
|
||||
leave:
|
||||
if (err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue