mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* keyserver.c (parse_keyserver_options): Only change max_cert if it is
used.
This commit is contained in:
parent
624f3582ba
commit
4139587267
2 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue