util.sasl.scram: Fix off-by-one indentation

This commit is contained in:
Kim Alvefur 2023-03-16 13:52:22 +01:00
parent 2331fc8b65
commit b156f013c4

View file

@ -112,8 +112,8 @@ local function scram_gen(hash_name, H_f, HMAC_f, get_auth_db, expect_cb)
if support_channel_binding and gs2_cbind_flag == "y" then
-- "y" -> client does support channel binding
-- but thinks the server does not.
return "failure", "malformed-request";
end
return "failure", "malformed-request";
end
if gs2_cbind_flag == "n" then
-- "n" -> client doesn't support channel binding.