mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Merge remote-tracking branch 'tor-github/pr/1640'
This commit is contained in:
commit
17a1ae025a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue