This commit is contained in:
2018-09-02 21:11:43 +02:00
parent 38a910715e
commit 5c8c1c9907

View File

@ -64,7 +64,6 @@ IpAddressInfo get_ip_address_info(Address* addr) {
char hostbuffer[1024];
memset(hostbuffer, 0, 1024);
size_t size = fread(hostbuffer, 1, 1024, name);
printf("%s\n", hostbuffer);
istringstream buffer(hostbuffer);
string line;