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:
parent
624f3582ba
commit
4139587267
@ -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
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user