Do not use int where socklen_t is expected.

This commit is contained in:
Alexander Kabaev 2006-09-21 01:41:03 +00:00
parent fa034a084b
commit 53d588be85

View file

@ -74,10 +74,11 @@ main(argc, argv)
{
struct netinfo6 *np;
struct sockaddr_in6 fsock;
int i, n, len, flen;
int i, n, len;
int c;
int ifidx = -1;
int error;
socklen_t flen;
char pbuf[10];
struct addrinfo hints, *res;