1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +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

@ -1979,7 +1979,7 @@ keyserver_import_pka(const char *name)
if (uri)
{
struct keyserver_spec *spec;
spec = parse_keyserver_uri (uri, 0, NULL, 0);
spec = parse_keyserver_uri (uri, 1, NULL, 0);
if (spec)
{
rc=keyserver_import_fprint (fpr, 20, spec);