Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
larshesel committed Oct 1, 2019
1 parent 7e4b80b commit 5826bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/epgsql_cmd_connect.erl
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ auth_scram(_, _, _) ->
handle_message(?AUTHENTICATION_REQUEST, <<?AUTH_OK:?int32>>, Sock, State) ->
{noaction, Sock, State#connect{stage = initialization,
auth_fun = undefined,
auth_state = undefned,
auth_state = undefined,
auth_send = undefined}};

handle_message(?AUTHENTICATION_REQUEST, Message, Sock, #connect{stage = Stage} = St) when Stage =/= auth ->
Expand Down

0 comments on commit 5826bc8

Please sign in to comment.