mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2025-11-03 08:16:03 +00:00
tunnel_to: use better suited type
This commit is contained in:
@@ -413,7 +413,7 @@ static int tunnel_to(int sock, ip_type ip, unsigned short port, proxy_type pt, c
|
||||
char in[2];
|
||||
char out[515];
|
||||
char *cur = out;
|
||||
int c;
|
||||
size_t c;
|
||||
*cur++ = 1; // version
|
||||
c = ulen & 0xFF;
|
||||
*cur++ = c;
|
||||
|
||||
Reference in New Issue
Block a user