mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
No need for initial value
This commit is contained in:
parent
f50be2a403
commit
6c6e838338
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user