aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/extauth.erl2
1 files changed, 1 insertions, 1 deletions
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) ->