Change #252319
| Category | None |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Mon 15 Dec 2025 23:06:04 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | bagder/sasl-user |
| Revision | aec3937d56b814597cf15116d7a42f710805a683 |
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.
Changed files
- lib/curl_sasl.c