Change #252342
| Category | None |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Tue 16 Dec 2025 08:19:35 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/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