mirror of
https://github.com/curl/curl.git
synced 2026-06-18 11:16:00 +03:00
In `socksd` and `sws` error messages.
Also:
- show the messages only if `unlink()` failed.
- rename a return code variable and sync a message text for consistency.
Ref: https://pubs.opengroup.org/onlinepubs/9699919799/functions/unlink.html
Spotted by Copilot in `socksd.c`
Bug: https://github.com/curl/curl/pull/21998#discussion_r3409395013
Follow-up to
|
||
|---|---|---|
| .. | ||
| .checksrc | ||
| .gitignore | ||
| CMakeLists.txt | ||
| dnsd.c | ||
| first.c | ||
| first.h | ||
| getpart.c | ||
| Makefile.am | ||
| Makefile.inc | ||
| mqttd.c | ||
| resolve.c | ||
| rtspd.c | ||
| sockfilt.c | ||
| socksd.c | ||
| sws.c | ||
| tftpd.c | ||
| util.c | ||