mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Don't stop on out-of-date requests
This commit is contained in:
parent
b23d5754e8
commit
5522403e8e
@ -131,7 +131,7 @@ handle_call({cmd, Cmd, EndTime}, _From, State) ->
|
||||
{stop, extauth_program_timeout, State}
|
||||
end;
|
||||
true ->
|
||||
{stop, extauth_program_timeout, State}
|
||||
{noreply, State}
|
||||
end.
|
||||
|
||||
handle_cast(_Msg, State) ->
|
||||
|
Loading…
Reference in New Issue
Block a user