[svn] GnuPG - r4327 - trunk/keyserver

svn author dshaw cvs at cvs.gnupg.org
Mon Nov 6 05:03:45 CET 2006


Author: dshaw
Date: 2006-11-06 05:03:44 +0100 (Mon, 06 Nov 2006)
New Revision: 4327

Modified:
   trunk/keyserver/ChangeLog
   trunk/keyserver/gpgkeys_hkp.c
Log:
* gpgkeys_hkp.c (curl_mrindex_writer): Revert previous change.
Key-not-found still has a HTML response.


Modified: trunk/keyserver/ChangeLog
===================================================================
--- trunk/keyserver/ChangeLog	2006-11-06 03:59:02 UTC (rev 4326)
+++ trunk/keyserver/ChangeLog	2006-11-06 04:03:44 UTC (rev 4327)
@@ -1,3 +1,8 @@
+2006-11-05  David Shaw  <dshaw at jabberwocky.com>
+
+	* gpgkeys_hkp.c (curl_mrindex_writer): Revert previous change.
+	Key-not-found still has a HTML response.
+
 2006-10-24  Marcus Brinkmann  <marcus at g10code.de>
 
 	* Makefile.am (gpg2keys_ldap_CPPFLAGS): Rename second instance to ...

Modified: trunk/keyserver/gpgkeys_hkp.c
===================================================================
--- trunk/keyserver/gpgkeys_hkp.c	2006-11-06 03:59:02 UTC (rev 4326)
+++ trunk/keyserver/gpgkeys_hkp.c	2006-11-06 04:03:44 UTC (rev 4327)
@@ -1,5 +1,6 @@
 /* gpgkeys_hkp.c - talk to an HKP keyserver
- * Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2003, 2004, 2005
+ *               2006 Free Software Foundation, Inc.
  *
  * This file is part of GnuPG.
  *
@@ -68,10 +69,7 @@
 	 with it on this side of the pipe.  */
       const char *buf=ptr;
       if(buf[0]=='<')
-	{
-	  fprintf(console,"gpgkeys: unsupported response from keyserver\n");
-	  swallow=1;
-	}
+	swallow=1;
 
       checked=1;
     }




More information about the Gnupg-commits mailing list