Change #246103
Category | None |
Changed by | Daniel Stenberg <daniel | @haxx.se>
Changed at | Sun 19 Oct 2025 11:38:30 |
Repository | https://api.github.com/repos/curl/curl |
Project | curl/curl |
Branch | bagder/cf-socket-local-ip |
Revision | ad9ce60139389d186e4db3ca7678c726b1425aca |
Comments
cf-socket: make set_local_ip void, and remove failf() No callers of this function checked the return code, meaning failures are not lethal == failf is wrong, and it can just as well return void.
Changed files
- lib/cf-socket.c