mirror of
git://git.gnupg.org/gnupg.git
synced 2025-03-28 22:49:59 +01:00
* keyserver.c (keyserver_work): Handle keyserver timeouts.
This commit is contained in:
parent
ac51d6dbd4
commit
5887f2fb26
@ -1,5 +1,7 @@
|
|||||||
2004-10-13 David Shaw <dshaw@jabberwocky.com>
|
2004-10-13 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* keyserver.c (keyserver_work): Handle keyserver timeouts.
|
||||||
|
|
||||||
* pkclist.c (do_edit_ownertrust): Different prompt when we're
|
* pkclist.c (do_edit_ownertrust): Different prompt when we're
|
||||||
using direct trust since the meaning is different.
|
using direct trust since the meaning is different.
|
||||||
|
|
||||||
|
@ -1250,6 +1250,10 @@ keyserver_work(int action,STRLIST list,KEYDB_SEARCH_DESC *desc,
|
|||||||
keyserver->scheme,KEYSERVER_PROTO_VERSION);
|
keyserver->scheme,KEYSERVER_PROTO_VERSION);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case KEYSERVER_TIMEOUT:
|
||||||
|
log_error(_("keyserver timed out\n"));
|
||||||
|
break;
|
||||||
|
|
||||||
case KEYSERVER_INTERNAL_ERROR:
|
case KEYSERVER_INTERNAL_ERROR:
|
||||||
default:
|
default:
|
||||||
log_error(_("keyserver internal error\n"));
|
log_error(_("keyserver internal error\n"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user