get rid of ip_type.c

This commit is contained in:
rofl0r
2020-09-23 17:00:16 +01:00
parent 1221c5e93a
commit 1e00b9ac1e
7 changed files with 15 additions and 18 deletions

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