fix(emqx_auth_mnesia_app): Dialyzer warnings

This commit is contained in:
ayodele.akingbule 2020-11-16 00:20:22 +01:00 committed by Zaiming Shi
parent db25660497
commit 9db6b3b430
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ start(_StartType, _StartArgs) ->
emqx_ctl:register_command(username, {emqx_auth_mnesia_cli, auth_username_cli}, []), emqx_ctl:register_command(username, {emqx_auth_mnesia_cli, auth_username_cli}, []),
emqx_ctl:register_command(user, {emqx_auth_mnesia_cli, auth_username_cli}, []), emqx_ctl:register_command(user, {emqx_auth_mnesia_cli, auth_username_cli}, []),
emqx_ctl:register_command(acl, {emqx_acl_mnesia_cli, cli}, []), emqx_ctl:register_command(acl, {emqx_acl_mnesia_cli, cli}, []),
load_auth_hook(), _ = load_auth_hook(),
load_acl_hook(), _ = load_acl_hook(),
{ok, Sup}. {ok, Sup}.
prep_stop(State) -> prep_stop(State) ->