mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +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}
|
||||
end;
|
||||
true ->
|
||||
{stop, extauth_program_timeout, State}
|
||||
{noreply, State}
|
||||
end.
|
||||
|
||||
handle_cast(_Msg, State) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue