Last argument fix

This commit is contained in:
Valery Yatsko 2008-04-02 20:51:17 +04:00
parent c1441db7b7
commit 2bd806b01c
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}