(player_accept): Passed pointer to incorrect type to accept().
This commit is contained in:
parent
9a9820d77a
commit
42a43e1461
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ player_accept(void *argv)
|
||||||
short port;
|
short port;
|
||||||
int val;
|
int val;
|
||||||
struct player *np;
|
struct player *np;
|
||||||
int len;
|
socklen_t len;
|
||||||
int ns;
|
int ns;
|
||||||
int set = 1;
|
int set = 1;
|
||||||
int stacksize;
|
int stacksize;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue