mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Cosmetic change.
This commit is contained in:
parent
0ff9eb4727
commit
f57e571154
@ -211,9 +211,9 @@ address_list_from_addrinfo (const struct addrinfo *ai)
|
|||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
al = xnew0 (struct address_list);
|
al = xnew0 (struct address_list);
|
||||||
al->addresses = xnew_array (ip_address, cnt);
|
al->addresses = xnew_array (ip_address, cnt);
|
||||||
al->count = cnt;
|
al->count = cnt;
|
||||||
al->refcount = 1;
|
al->refcount = 1;
|
||||||
|
|
||||||
ip = al->addresses;
|
ip = al->addresses;
|
||||||
for (ptr = ai; ptr != NULL; ptr = ptr->ai_next)
|
for (ptr = ai; ptr != NULL; ptr = ptr->ai_next)
|
||||||
|
Loading…
Reference in New Issue
Block a user