mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01: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
@ -869,6 +869,7 @@ write_keyblock_to_output (kbnode_t keyblock)
|
||||
}
|
||||
}
|
||||
}
|
||||
err = 0;
|
||||
|
||||
leave:
|
||||
if (err)
|
||||
|
Loading…
x
Reference in New Issue
Block a user