mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Fix for overridden key import.
* g10/import.c (do_transfer): Force the overridden key import
even when smartcard is available.
--
Fixes-commit: 2c12970550
GnuPG-bug-id: 3456
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
c03ba92576
commit
0ec10fbd0d
1 changed files with 1 additions and 1 deletions
|
@ -2958,7 +2958,7 @@ do_transfer (ctrl_t ctrl, kbnode_t keyblock, PKT_public_key *pk,
|
|||
int force = 0;
|
||||
int already_exist = agent_probe_secret_key (ctrl, pk);
|
||||
|
||||
if (already_exist == 2)
|
||||
if (already_exist == 2 || already_exist == 4)
|
||||
{
|
||||
if (!opt.quiet)
|
||||
log_info (_("key %s: card reference is overridden by key material\n"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue