mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-16 12:53:17 +00:00
use socklen_t
This commit is contained in:
parent
9a6af7e615
commit
59c68b773a
|
@ -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 a new issue