1
0
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:
Saint Xavier 2008-07-08 00:44:08 +02:00
parent f50be2a403
commit 6c6e838338

View 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)
{