mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 08:09:19 +02:00
use socklen_t
This commit is contained in:
parent
3ad63f8791
commit
10fd388bb7
|
@ -623,7 +623,7 @@ tunnel_bind(int bind_fd, int dns_fd)
|
|||
{
|
||||
char packet[64*1024];
|
||||
struct sockaddr_in from;
|
||||
int fromlen;
|
||||
socklen_t fromlen;
|
||||
struct fw_query *query;
|
||||
short id;
|
||||
int r;
|
||||
|
|
Loading…
Reference in New Issue