1
0
Fork 0
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:
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

@ -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;