mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:01:40 +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
1 changed files with 0 additions and 1 deletions
|
|
@ -764,7 +764,6 @@ convert_ipaddr_direct(const char *hostname, int port, bool *is_ipaddr)
|
|||
}
|
||||
}
|
||||
#endif /* USE_IPV6 */
|
||||
*is_ipaddr = FALSE;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue