(player_accept): Passed pointer to incorrect type to accept().

This commit is contained in:
Markus Armbruster 2004-02-15 19:26:52 +00:00
parent 9a9820d77a
commit 42a43e1461

View file

@ -200,7 +200,7 @@ player_accept(void *argv)
short port;
int val;
struct player *np;
int len;
socklen_t len;
int ns;
int set = 1;
int stacksize;