From: hniksic Date: Sat, 29 Nov 2003 22:19:26 +0000 (-0800) Subject: [svn] Cosmetic change. X-Git-Tag: v1.13~1354 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=f57e571154d98e9f789e20e9529558bf04d906ec [svn] Cosmetic change. --- diff --git a/src/host.c b/src/host.c index bbf90ff8..b9528ab4 100644 --- a/src/host.c +++ b/src/host.c @@ -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)