On Sat, Jan 07, 2006 at 02:22:22PM +0100, Nicolas Rachinsky wrote:
> Hallo,
> 
> [EMAIL PROTECTED] ~> gpg --refresh 887BAE72 A32C2932
> gpg: requesting key A32C2932 from http server www.rachinsky.de
> gpg: key F66AFAF2: "Nicolas Rachinsky (SIGNING KEY - CERTIFICATION ONLY) 
> <[EMAIL PROTECTED]>" not changed
> gpg: key A32C2932: "Nicolas Rachinsky (Communication Key) <[EMAIL 
> PROTECTED]>" not changed
> gpg: Total number processed: 2
> gpg:              unchanged: 2
> gpg: refreshing 1 key from hkp://random.sks.keyserver.penguin.de
> gpg: requesting key 887BAE72 from hkp server random.sks.keyserver.penguin.de
> gpg: key 887BAE72: "Nicolas Rachinsky <[EMAIL PROTECTED]>" not changed
> gpg: Total number processed: 1
> gpg:              unchanged: 1
> 
> [EMAIL PROTECTED] ~> gpg --refresh 887BAE72
> gpg: requesting key 887BAE72 from http server www.rachinsky.de
> gpg: key 887BAE72: "Nicolas Rachinsky <[EMAIL PROTECTED]>" not changed
> gpg: Total number processed: 1
> gpg:              unchanged: 1
> 
> Why is gnupg fetching 887BAE72 one time from the preferred keyserver
> and the other time from the default one?

Bug.  I've fixed it for 1.4.3.  Thanks for the report!

Index: keyserver.c
===================================================================
--- keyserver.c (revision 3984)
+++ keyserver.c (working copy)
@@ -1794,7 +1794,7 @@
       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)
            {


David

_______________________________________________
Gnupg-users mailing list
[email protected]
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to