]> sjero.net Git - wget/commitdiff
No need for initial value
authorSaint Xavier <wget@sxav.eu>
Mon, 7 Jul 2008 22:44:08 +0000 (00:44 +0200)
committerSaint Xavier <wget@sxav.eu>
Mon, 7 Jul 2008 22:44:08 +0000 (00:44 +0200)
src/host.c

index 8a1495f072f99e48c6b4c25f7b1d9edcb5cee521..fb8158e5035570c861f3e2dbda94dcf80df512dc 100644 (file)
@@ -714,7 +714,7 @@ lookup_host (const char *host, int flags)
 
   if (!silent && !numeric_address)
     {
-      char *str = NULL, *name = NULL;
+      char *str = NULL, *name;
 
       if (opt.enable_iri && (name = idn_decode (host)) != NULL)
         {