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) ->