]> granicus.if.org Git - ejabberd/commitdiff
Don't stop on out-of-date requests
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Mon, 7 May 2018 19:43:01 +0000 (22:43 +0300)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Mon, 7 May 2018 19:43:01 +0000 (22:43 +0300)
src/extauth.erl

index 9c360bff216b8f05508d1d0434b6adf7448475d4..b9d4724083030ccb07e1e2e36b499c9bf72b4a52 100644 (file)
@@ -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) ->