mirror of
https://github.com/curl/curl.git
synced 2026-05-30 23:17:32 +03:00
ntlm: mark deliberate switch case fall-through
Coverity CID 1317367, "Missing break in switch"
This commit is contained in:
parent
110d99c661
commit
a78534794e
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ CURLcode Curl_output_ntlm(struct connectdata *conn, bool proxy)
|
|||
/* connection is already authenticated,
|
||||
* don't send a header in future requests */
|
||||
ntlm->state = NTLMSTATE_LAST;
|
||||
|
||||
/* fall-through */
|
||||
case NTLMSTATE_LAST:
|
||||
Curl_safefree(*allocuserpwd);
|
||||
authp->done = TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue