Skip to content

Commit

Permalink
Remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Dec 17, 2024
1 parent 66444c7 commit 0fd6afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xmpp_sasl_fast.erl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ validate_token(User, Mech, CB, [{TokenId, Token} | Tokens], Hash) ->
{extra_info, {token, TokenId}},
{authzid, User}],
sha_mac(Hmac, Token, <<"Responder", CB2/binary>>)};
V ->
_ ->
validate_token(User, Mech, CB, Tokens, Hash)
end
end.
Expand Down

0 comments on commit 0fd6afa

Please sign in to comment.