Change #252343
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Tue 16 Dec 2025 08:19:35 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 425a2aa1af0fec9ab41fcc1bcb316b623cebccc7 |
Comments
curl_sasl: username cleanups Remove 'user' from the sasl_ctx struct and instead refer to conn->user. conn->user is always non-NULL, so remove the checks for that. Closes #19981
Changed files
- lib/curl_sasl.c