mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix problem when using the fallback dirmngr.
This commit is contained in:
parent
df4e131786
commit
03d6961073
2 changed files with 6 additions and 1 deletions
|
@ -274,7 +274,7 @@ start_dirmngr (ctrl_t ctrl)
|
|||
#ifndef HAVE_W32_SYSTEM
|
||||
if (gpg_err_code (rc) == GPG_ERR_ASS_CONNECT_FAILED)
|
||||
{
|
||||
log_error (_("can't connect to the dirmngr - trying fall back\n"));
|
||||
log_info (_("can't connect to the dirmngr - trying fall back\n"));
|
||||
force_pipe_server = 1;
|
||||
return start_dirmngr (ctrl);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue