Skip to content

Commit

Permalink
Update src/brod_gssapi_v1.erl
Browse files Browse the repository at this point in the history
Co-authored-by: zmstone <zmstone@gmail.com>
  • Loading branch information
starbelly and zmstone authored Aug 25, 2024
1 parent 4c0abbf commit d083cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brod_gssapi_v1.erl
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ auth_continue(#{handshake_vsn := 1, sasl_conn := Conn} = State, {sasl_continue,
{ok, SaslRes} ->
auth_continue(State, SaslRes);
Other ->
sasl_auth:client_done(Conn),
sasl_auth:client_done(Conn),
Other
end;
Error ->
Expand Down

0 comments on commit d083cb8

Please sign in to comment.