mirror of
https://github.com/curl/curl.git
synced 2025-09-09 13:49:44 +03:00
hostip: remove duplicate assignment
Follow-up from 56e40ae6a5
Pointed out by CodeSonar
Closes #17080
This commit is contained in:
parent
9cb73d5031
commit
1609570c68
|
@ -764,7 +764,6 @@ convert_ipaddr_direct(const char *hostname, int port, bool *is_ipaddr)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif /* USE_IPV6 */
|
#endif /* USE_IPV6 */
|
||||||
*is_ipaddr = FALSE;
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user