Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #246224

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Mon 20 Oct 2025 10:57:48
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch master
Revision 1876ed6296c8b07ad82310e4838f6036b2421315

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 == using failf was wrong, and it can just as well return
void.

Closes #19137

Changed files