Fix a typo

This commit is contained in:
Evgeniy Khramtsov 2017-08-25 12:47:33 +03:00
parent 30bca124f4
commit f7e8d287d5
1 changed files with 1 additions and 1 deletions

View File

@ -671,7 +671,7 @@ process_stream_established(#{stream_state := StateName} = State)
when StateName == disconnected; StateName == established ->
State;
process_stream_established(#{mod := Mod} = State) ->
State1 = State#{stream_authenticated := true,
State1 = State#{stream_authenticated => true,
stream_state => established,
stream_timeout => infinity},
try Mod:handle_stream_established(State1)