diff --git a/lib/hostip.c b/lib/hostip.c index 43412abb50..cb782f24fc 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -764,7 +764,6 @@ convert_ipaddr_direct(const char *hostname, int port, bool *is_ipaddr) } } #endif /* USE_IPV6 */ - *is_ipaddr = FALSE; return NULL; }