From 2ddc741dac186d7a75869f44b54eda4817867e57 Mon Sep 17 00:00:00 2001 From: Ilia Sotnikov Date: Fri, 13 Mar 2009 11:43:57 +0000 Subject: [PATCH] - Remove unnecessary 'res' variable assignment in check_host() (AF-indep version) --- frontend/saned.c | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/saned.c b/frontend/saned.c index a58558f16..9a94bbdaf 100644 --- a/frontend/saned.c +++ b/frontend/saned.c @@ -865,7 +865,6 @@ check_host (int fd) hints.ai_family = PF_INET; #endif /* ENABLE_IPV6 */ - res = NULL; err = getaddrinfo (hostname, NULL, &hints, &res); if (err) {