summaryrefslogtreecommitdiff
blob: 745c690617d2ba4612906e567ae547b341fa9356 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- proxytunnel.c
+++ proxytunnel.c
@@ -149,7 +149,7 @@
 	int			listen_sd;
 	struct sockaddr_in	sa_serv;
 	struct sockaddr_in	sa_cli;
-	size_t			client_len;
+	socklen_t		client_len;
 	int			pid = 0;
 	int			sd_client;
 	char			buf[80];