1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* keyserver.c (keyserver_refresh): Fix problem when more than one key

in a refresh batch has a preferred keyserver set.  Noted by Nicolas
Rachinsky.
This commit is contained in:
David Shaw 2006-01-07 21:04:13 +00:00
parent 1315171b07
commit 7b978efef8
2 changed files with 7 additions and 1 deletions

View file

@ -1794,7 +1794,7 @@ keyserver_refresh(STRLIST users)
int i;
/* Try to handle preferred keyserver keys first */
for(i=0;i<count;i++)
for(i=0;i<numdesc;i++)
{
if(desc[i].skipfncvalue)
{