No need for initial value

This commit is contained in:
Saint Xavier 2008-07-08 00:44:08 +02:00
parent f50be2a403
commit 6c6e838338
1 changed files with 1 additions and 1 deletions

View File

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