X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhost.c;h=9d83e038119c9c4f946d51fec0f4e8a2b7b7178d;hp=1a070b283ff94fb3d266f79822cbc77570c64c58;hb=e3fb2ec5dfac3bcad7e8aeb36597fffce6ea7443;hpb=00dc3157e5aad8ca5b8f76153d46ef2c24eab964 diff --git a/src/host.c b/src/host.c index 1a070b28..9d83e038 100644 --- a/src/host.c +++ b/src/host.c @@ -518,7 +518,7 @@ cache_remove (const char *host) struct address_list * lookup_host (const char *host, int flags) { - struct address_list *al = NULL; + struct address_list *al; int silent = flags & LH_SILENT; int use_cache;