From: Evgeniy Khramtsov Date: Mon, 7 May 2018 19:43:01 +0000 (+0300) Subject: Don't stop on out-of-date requests X-Git-Tag: 18.06~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5522403e8efbe65d83585b7c3abee0aa4722b8d3;p=ejabberd Don't stop on out-of-date requests --- diff --git a/src/extauth.erl b/src/extauth.erl index 9c360bff2..b9d472408 100644 --- a/src/extauth.erl +++ b/src/extauth.erl @@ -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) ->