Change #252315
| Category | None |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Mon 15 Dec 2025 23:05:11 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | bagder/sasl-user |
| Revision | b26516b4e76f4c86f2f381410ef7dc20d063e21a |
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