mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2025-11-05 17:47:17 +00:00
get rid of ip_type.c
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user