* gpgkeys_hkp.c (curl_mrindex_writer): Revert previous change.

Key-not-found still has a HTML response.
This commit is contained in:
David Shaw 2006-11-06 04:03:44 +00:00
parent 88439e2783
commit 8add46fcee
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2006-11-05 David Shaw <dshaw@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@g10code.de>
* Makefile.am (gpg2keys_ldap_CPPFLAGS): Rename second instance to ...

View File

@ -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 @@ curl_mrindex_writer(const void *ptr,size_t size,size_t nmemb,void *stream)
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;
}