mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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
2 changed files with 7 additions and 2 deletions
|
@ -535,7 +535,7 @@ parse_hkp_index(IOBUF buffer,char *line)
|
|||
}
|
||||
|
||||
void
|
||||
handle_old_hkp_index(IOBUF input)
|
||||
handle_old_hkp_index(IOBUF inp)
|
||||
{
|
||||
int ret,rc,count=0;
|
||||
unsigned int buflen;
|
||||
|
@ -554,7 +554,7 @@ handle_old_hkp_index(IOBUF input)
|
|||
stop sending before a large search result page is
|
||||
complete. */
|
||||
|
||||
rc=iobuf_read_line(input,&line,&buflen,&maxlen);
|
||||
rc=iobuf_read_line(inp,&line,&buflen,&maxlen);
|
||||
|
||||
ret=parse_hkp_index(buffer,line);
|
||||
if(ret==-1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue