mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Don't stop on out-of-date requests
This commit is contained in:
parent
b23d5754e8
commit
5522403e8e
1 changed files with 1 additions and 1 deletions
|
@ -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) ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue