hostip: remove duplicate assignment

Follow-up from 56e40ae6a5

Pointed out by CodeSonar

Closes #17080
This commit is contained in:
Daniel Stenberg 2025-04-17 07:58:14 +02:00
parent 9cb73d5031
commit 1609570c68
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -764,7 +764,6 @@ convert_ipaddr_direct(const char *hostname, int port, bool *is_ipaddr)
}
}
#endif /* USE_IPV6 */
*is_ipaddr = FALSE;
return NULL;
}