mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-13 22:21:09 +02:00
* gpgkeys_hkp.c (handle_old_hkp_index): s/input/inp/ to avoid
shadowing warning.
This commit is contained in:
parent
c9f2aaca05
commit
0b180a7b9a
@ -1,3 +1,8 @@
|
|||||||
|
2002-09-20 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* gpgkeys_hkp.c (handle_old_hkp_index): s/input/inp/ to avoid
|
||||||
|
shadowing warning.
|
||||||
|
|
||||||
2002-09-19 David Shaw <dshaw@jabberwocky.com>
|
2002-09-19 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gpgkeys_hkp.c (get_key, handle_old_hkp_index, search_key):
|
* gpgkeys_hkp.c (get_key, handle_old_hkp_index, search_key):
|
||||||
|
@ -535,7 +535,7 @@ parse_hkp_index(IOBUF buffer,char *line)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
handle_old_hkp_index(IOBUF input)
|
handle_old_hkp_index(IOBUF inp)
|
||||||
{
|
{
|
||||||
int ret,rc,count=0;
|
int ret,rc,count=0;
|
||||||
unsigned int buflen;
|
unsigned int buflen;
|
||||||
@ -554,7 +554,7 @@ handle_old_hkp_index(IOBUF input)
|
|||||||
stop sending before a large search result page is
|
stop sending before a large search result page is
|
||||||
complete. */
|
complete. */
|
||||||
|
|
||||||
rc=iobuf_read_line(input,&line,&buflen,&maxlen);
|
rc=iobuf_read_line(inp,&line,&buflen,&maxlen);
|
||||||
|
|
||||||
ret=parse_hkp_index(buffer,line);
|
ret=parse_hkp_index(buffer,line);
|
||||||
if(ret==-1)
|
if(ret==-1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user