diff --git a/src/emqx_crl_cache.erl b/src/emqx_crl_cache.erl index 957890f46..4fabd3c1b 100644 --- a/src/emqx_crl_cache.erl +++ b/src/emqx_crl_cache.erl @@ -128,7 +128,7 @@ handle_cast(refresh_config, State0) -> , http_timeout => HTTPTimeoutMS , urls => URLs }), - State; + {noreply, State}; handle_cast(_Cast, State) -> {noreply, State}.