since we have signed number of entries change iterator to be signed as well
This commit is contained in:
parent
cd60a5d236
commit
8975a6e1bc
|
|
@ -35,7 +35,7 @@ static FPCACHE *search_fpcache (unsigned long inet_num,
|
|||
unsigned short port_num,
|
||||
const char * fname)
|
||||
{
|
||||
unsigned int i;
|
||||
int i;
|
||||
FPCACHE *entry;
|
||||
const char **key;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user