mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
* gpgkeys_hkp.c (curl_mrindex_writer): Print a warning if we see HTML
coming back from a MR hkp query.
This commit is contained in:
parent
df52700f5c
commit
11935a4c18
@ -1,3 +1,8 @@
|
|||||||
|
2006-10-19 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpgkeys_hkp.c (curl_mrindex_writer): Print a warning if we see
|
||||||
|
HTML coming back from a MR hkp query.
|
||||||
|
|
||||||
2006-10-17 Werner Koch <wk@g10code.com>
|
2006-10-17 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* Makefile.am: Removed W32LIBS as they are included in NETLIBS.
|
* Makefile.am: Removed W32LIBS as they are included in NETLIBS.
|
||||||
|
@ -68,7 +68,10 @@ 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