fix(emqx_coap_registry): Dialyzer warnings
This commit is contained in:
parent
950430d5da
commit
d54a5300fc
|
@ -86,8 +86,8 @@ stop() ->
|
||||||
%% ------------------------------------------------------------------
|
%% ------------------------------------------------------------------
|
||||||
|
|
||||||
init([]) ->
|
init([]) ->
|
||||||
ets:new(?RESPONSE_TAB, [set, named_table, protected]),
|
_ = ets:new(?RESPONSE_TAB, [set, named_table, protected]),
|
||||||
ets:new(?RESPONSE_REF_TAB, [set, named_table, protected]),
|
_ = ets:new(?RESPONSE_REF_TAB, [set, named_table, protected]),
|
||||||
{ok, #state{}}.
|
{ok, #state{}}.
|
||||||
|
|
||||||
handle_call({register_name, Name, Pid}, _From, State) ->
|
handle_call({register_name, Name, Pid}, _From, State) ->
|
||||||
|
|
Loading…
Reference in New Issue