1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

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
This commit is contained in:
Werner Koch 2024-05-16 09:46:36 +02:00
commit 287e717b55
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
7 changed files with 127 additions and 68 deletions

View file

@ -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;