mirror of
https://github.com/rofl0r/proxychains-ng
synced 2025-01-04 19:22:52 +08:00
proxy_gethostbyname_old(): fix returned address type
This commit is contained in:
parent
82c766461c
commit
55dce2c040
@ -828,6 +828,7 @@ got_buff:
|
||||
&addr ,sizeof(struct in_addr));
|
||||
hostent_space.h_name = addr_name;
|
||||
hostent_space.h_length = sizeof (in_addr_t);
|
||||
hostent_space.h_addrtype = AF_INET;
|
||||
}
|
||||
proxychains_write_log("|DNS-response| %s is %s\n",
|
||||
name, inet_ntoa(*(struct in_addr*)&addr));
|
||||
|
Loading…
Reference in New Issue
Block a user