- Remove unnecessary 'res' variable assignment in check_host()

(AF-indep version)
merge-requests/1/head
Ilia Sotnikov 2009-03-13 11:43:57 +00:00
rodzic 9cdf75633d
commit 2ddc741dac
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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