From 6c6e838338c31f1ac3c57c71e4ac34c0401bdf86 Mon Sep 17 00:00:00 2001 From: Saint Xavier Date: Tue, 8 Jul 2008 00:44:08 +0200 Subject: [PATCH] No need for initial value --- src/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host.c b/src/host.c index 8a1495f0..fb8158e5 100644 --- a/src/host.c +++ b/src/host.c @@ -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) { -- 2.39.2