1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-18 20:00:03 +08:00

get rid of ip_type.c

This commit is contained in:
rofl0r
2020-09-23 17:00:16 +01:00
Unverified
parent 1221c5e93a
commit 1e00b9ac1e
7 changed files with 15 additions and 18 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ static void get_chain_data(proxy_data * pd, unsigned int *proxy_count, chain_typ
ip_type4 internal_ip = at_get_ip_for_host(host, strlen(host));
pd[count].ip.is_v6 = 0;
host_ip->addr.v4 = internal_ip;
if(internal_ip.as_int == ip_type_invalid.addr.v4.as_int)
if(internal_ip.as_int == IPT4_INVALID.as_int)
goto inv_host;
} else {
inv_host: