1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-18 11:49:52 +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
@@ -82,7 +82,7 @@ ip_type4 hostsreader_get_numeric_ip_for_name(const char* name) {
ip_type4 res;
memcpy(res.octet, &c.s_addr, 4);
return res;
} else return ip_type_invalid.addr.v4;
} else return IPT4_INVALID;
}
#ifdef HOSTSREADER_TEST