1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Cosmetic change.

This commit is contained in:
hniksic 2003-11-29 14:19:26 -08:00
parent 0ff9eb4727
commit f57e571154

View File

@ -211,9 +211,9 @@ address_list_from_addrinfo (const struct addrinfo *ai)
return NULL;
al = xnew0 (struct address_list);
al->addresses = xnew_array (ip_address, cnt);
al->count = cnt;
al->refcount = 1;
al->addresses = xnew_array (ip_address, cnt);
al->count = cnt;
al->refcount = 1;
ip = al->addresses;
for (ptr = ai; ptr != NULL; ptr = ptr->ai_next)