diff --git a/apps/emqx_coap/src/emqx_coap_ps_topics.erl b/apps/emqx_coap/src/emqx_coap_ps_topics.erl index 30e9d2623..b4affab28 100644 --- a/apps/emqx_coap/src/emqx_coap_ps_topics.erl +++ b/apps/emqx_coap/src/emqx_coap_ps_topics.erl @@ -104,7 +104,7 @@ lookup_topic_payload(Topic) -> %%-------------------------------------------------------------------- init([]) -> - ets:new(?COAP_TOPIC_TABLE, [set, named_table, protected]), + _ = ets:new(?COAP_TOPIC_TABLE, [set, named_table, protected]), ?LOG(debug, "Create the coap_topic table", []), {ok, #state{}}.