aboutsummaryrefslogtreecommitdiffstats
path: root/g10/call-agent.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-05-16 07:46:36 +0000
committerWerner Koch <[email protected]>2024-05-16 07:46:36 +0000
commit287e717b55d2045b486a4986e39777d3871e6377 (patch)
treef528422007c3675acc31bab380b9d0c4a7d74b16 /g10/call-agent.c
parentgpg: Terminate key listing on output write error. (diff)
parentcard: Fix compiler warning. (diff)
downloadgnupg-287e717b55d2045b486a4986e39777d3871e6377.tar.gz
gnupg-287e717b55d2045b486a4986e39777d3871e6377.zip
Merge branch 'STABLE-BRANCH-2-4' into master
-- Fixed conflicts in: NEWS g10/call-agent.c g10/options.h kbx/kbxutil.c tools/gpgconf.c
Diffstat (limited to 'g10/call-agent.c')
-rw-r--r--g10/call-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/call-agent.c b/g10/call-agent.c
index 31943d7df..cfd4c086a 100644
--- a/g10/call-agent.c
+++ b/g10/call-agent.c
@@ -2371,7 +2371,7 @@ agent_probe_any_secret_key (ctrl_t ctrl, kbnode_t keyblock)
}
if (err)
{
- if (opt.quiet)
+ if (!opt.quiet)
log_info ("problem with fast path key listing: %s - ignored\n",
gpg_strerror (err));
err = 0;