mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 16:52:44 +01:00
Last argument fix
This commit is contained in:
parent
59dc6c8634
commit
8454fac35c
1 changed files with 1 additions and 1 deletions
|
@ -555,5 +555,5 @@ accept_callback(rb_fde_t *F, int status, struct sockaddr *addr, rb_socklen_t add
|
|||
rb_close(F);
|
||||
}
|
||||
|
||||
add_connection(listener, F, addr, (struct sockaddr *)&lip, 1);
|
||||
add_connection(listener, F, addr, 1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue