Fix most cases where the address of an int is passed to a function expecting a
socklen_t * argument.
This commit is contained in:
@@ -185,7 +185,8 @@ main(argc, argv)
|
||||
struct servent *servp;
|
||||
struct hostent *hep;
|
||||
char *stmp;
|
||||
int n, ba_len, ra_len;
|
||||
socklen_t ba_len, ra_len;
|
||||
int n;
|
||||
int nfound;
|
||||
fd_set readfds;
|
||||
int standalone;
|
||||
|
||||
Reference in New Issue
Block a user