mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Merge branch 'STABLE-BRANCH-2-2' into wk-master
This commit is contained in:
commit
f574aabeeb
10 changed files with 93 additions and 11 deletions
|
@ -1353,6 +1353,8 @@ handle_send_request_error (ctrl_t ctrl, gpg_error_t err, const char *request,
|
|||
case GPG_ERR_UNKNOWN_HOST:
|
||||
case GPG_ERR_NETWORK:
|
||||
case GPG_ERR_EIO: /* Sometimes used by estream cookie functions. */
|
||||
case GPG_ERR_EADDRNOTAVAIL: /* e.g. when IPv6 is disabled */
|
||||
case GPG_ERR_EAFNOSUPPORT: /* e.g. when IPv6 is not compiled in */
|
||||
if (mark_host_dead (request) && *tries_left)
|
||||
retry = 1;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue