Skip to content

Commit

Permalink
http-digest: coverity: dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
lws-team committed Jan 17, 2024
1 parent 36ff3b8 commit 1239a2b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/roles/http/client/client-http.c
Original file line number Diff line number Diff line change
Expand Up @@ -776,9 +776,6 @@ lws_http_digest_auth(struct lws* wsi)

} while (e > 0);

if (e != LWS_TOKZE_ENDED)
return LCBA_END_TRANSACTION;

/* we got all the parts we care about? Realm + Nonce... */

if ((seen & 0xc) != 0xc) {
Expand Down

0 comments on commit 1239a2b

Please sign in to comment.