mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
* gpgkeys_hkp.c (curl_mrindex_writer): Revert previous change.
Key-not-found still has a HTML response.
This commit is contained in:
parent
88439e2783
commit
8add46fcee
@ -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>
|
2006-10-24 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* Makefile.am (gpg2keys_ldap_CPPFLAGS): Rename second instance to ...
|
* Makefile.am (gpg2keys_ldap_CPPFLAGS): Rename second instance to ...
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* gpgkeys_hkp.c - talk to an HKP keyserver
|
/* 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.
|
* 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. */
|
with it on this side of the pipe. */
|
||||||
const char *buf=ptr;
|
const char *buf=ptr;
|
||||||
if(buf[0]=='<')
|
if(buf[0]=='<')
|
||||||
{
|
swallow=1;
|
||||||
fprintf(console,"gpgkeys: unsupported response from keyserver\n");
|
|
||||||
swallow=1;
|
|
||||||
}
|
|
||||||
|
|
||||||
checked=1;
|
checked=1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user