Fix the undefined error
This commit is contained in:
parent
09b4f17065
commit
6b0571d76c
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue