]> sjero.net Git - wget/blobdiff - src/host.c
No need for initial value
[wget] / 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)
         {