Fix most cases where the address of an int is passed to a function expecting a

socklen_t * argument.
This commit is contained in:
Stefan Farfeleder
2005-02-14 17:42:58 +00:00
parent 6aac4c27da
commit 78e3eed071
16 changed files with 32 additions and 23 deletions
+2 -1
View File
@@ -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;