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

* mainproc.c (check_sig_and_print), keyserver.c

(keyserver_import_pka), card-util.c (fetch_url): Always require a
scheme:// for keyserver URLs except when used as part of the
--keyserver command for backwards compatibility.
This commit is contained in:
David Shaw 2006-01-01 18:12:57 +00:00
parent 5bce704dd3
commit 1315171b07
4 changed files with 8 additions and 3 deletions

View file

@ -1529,7 +1529,7 @@ check_sig_and_print( CTX c, KBNODE node )
int res;
struct keyserver_spec *spec;
spec = parse_keyserver_uri (uri, 0, NULL, 0);
spec = parse_keyserver_uri (uri, 1, NULL, 0);
if (spec)
{
glo_ctrl.in_auto_key_retrieve++;