0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-13 05:58:37 +02:00

Last argument fix

This commit is contained in:
Valery Yatsko 2008-04-02 20:51:17 +04:00
parent 59dc6c8634
commit 8454fac35c

View file

@ -555,5 +555,5 @@ accept_callback(rb_fde_t *F, int status, struct sockaddr *addr, rb_socklen_t add
rb_close(F); rb_close(F);
} }
add_connection(listener, F, addr, (struct sockaddr *)&lip, 1); add_connection(listener, F, addr, 1);
} }