mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'tor-github/pr/1640'
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
int
|
||||
tor_inet_aton(const char *str, struct in_addr *addr)
|
||||
{
|
||||
unsigned a,b,c,d;
|
||||
unsigned a, b, c, d;
|
||||
char more;
|
||||
if (tor_sscanf(str, "%3u.%3u.%3u.%3u%c", &a, &b, &c, &d, &more) != 4)
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user