Don't stop on out-of-date requests

This commit is contained in:
Evgeniy Khramtsov 2018-05-07 22:43:01 +03:00
parent b23d5754e8
commit 5522403e8e
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ handle_call({cmd, Cmd, EndTime}, _From, State) ->
{stop, extauth_program_timeout, State} {stop, extauth_program_timeout, State}
end; end;
true -> true ->
{stop, extauth_program_timeout, State} {noreply, State}
end. end.
handle_cast(_Msg, State) -> handle_cast(_Msg, State) ->