1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* keyserver.c (keyserver_work): Handle keyserver timeouts.

This commit is contained in:
David Shaw 2004-10-13 18:40:13 +00:00
parent ac51d6dbd4
commit 5887f2fb26
2 changed files with 6 additions and 0 deletions

View file

@ -1250,6 +1250,10 @@ keyserver_work(int action,STRLIST list,KEYDB_SEARCH_DESC *desc,
keyserver->scheme,KEYSERVER_PROTO_VERSION);
break;
case KEYSERVER_TIMEOUT:
log_error(_("keyserver timed out\n"));
break;
case KEYSERVER_INTERNAL_ERROR:
default:
log_error(_("keyserver internal error\n"));