Fix Conflicting files

This commit is contained in:
HuangDan 2017-07-23 21:23:47 +08:00
commit d57fa1a2bb
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ register_acl_mod() ->
start_autocluster() ->
ekka:callback(prepare, fun emqttd:shutdown/1),
ekka:callback(reboot, fun emqttd:reboot/0),
ekka:autocluster(fun after_autocluster/0).
ekka:autocluster(?APP, fun after_autocluster/0).
after_autocluster() ->
emqttd_plugins:init(),