mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
* keyserver.c (parse_preferred_keyserver): Force preferred keyserver
subpackets to have a URI scheme specified.
This commit is contained in:
parent
bf5d013bc8
commit
4c2bacac99
@ -1,3 +1,8 @@
|
||||
2004-12-11 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* keyserver.c (parse_preferred_keyserver): Force preferred
|
||||
keyserver subpackets to have a URI scheme specified.
|
||||
|
||||
2004-12-10 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* options.h, g10.c (main), textfilter.c (standard): Use --rfc2440
|
||||
|
@ -296,7 +296,7 @@ parse_preferred_keyserver(PKT_signature *sig)
|
||||
|
||||
memcpy(dupe,p,plen);
|
||||
dupe[plen]='\0';
|
||||
spec=parse_keyserver_uri(dupe,0,NULL,0);
|
||||
spec=parse_keyserver_uri(dupe,1,NULL,0);
|
||||
m_free(dupe);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user