Fix compile fail

This commit is contained in:
turtled 2017-12-06 10:27:55 +08:00
parent ddf2965651
commit bcf345efbe
1 changed files with 1 additions and 1 deletions

View File

@ -48,6 +48,6 @@ init([]) ->
%% SM Pool Sup
MFA = {?SM, start_link, []},
PoolSup = emqttd_pool_sup:spec([?SM, hash, erlang:system_info(schedulers), MFA]),
PoolSup = emqx_pool_sup:spec([?SM, hash, erlang:system_info(schedulers), MFA]),
{ok, {{one_for_all, 10, 3600}, [Helper, PoolSup]}}.