]> sjero.net Git - wget/commitdiff
[svn] Cosmetic change.
authorhniksic <devnull@localhost>
Sat, 29 Nov 2003 22:19:26 +0000 (14:19 -0800)
committerhniksic <devnull@localhost>
Sat, 29 Nov 2003 22:19:26 +0000 (14:19 -0800)
src/host.c

index bbf90ff8ad886f712d27bd1e52a33fe31815b587..b9528ab4664dac83b5bc4e7ff1165c798cd9ab1f 100644 (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)