1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-31 11:41:32 +01:00

* keyserver.c (parse_keyserver_options): Only change max_cert if it is

used.
This commit is contained in:
David Shaw 2006-02-24 03:57:11 +00:00
parent 624f3582ba
commit 4139587267
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2006-02-23 David Shaw <dshaw@jabberwocky.com>
* keyserver.c (parse_keyserver_options): Only change max_cert if
it is used.
* options.c, gpg.c (main), keyserver.c (keyserver_spawn): No
special treatment of include-revoked, include-subkeys, and
try-dns-srv. These are keyserver features, and GPG shouldn't get

View File

@ -124,7 +124,7 @@ parse_keyserver_options(char *options)
{
int ret=1;
char *tok;
char *max_cert;
char *max_cert=NULL;
keyserver_opts[0].value=&max_cert;