chore(emqx.erl): sync changes from ee

This commit is contained in:
Zaiming (Stone) Shi 2022-11-03 12:43:22 +01:00
parent 21ebe3d50c
commit fbc06b3dc6
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@ default_started_applications() ->
on_reboot() -> on_reboot() ->
try try
_ = emqx_license_api:bootstrap_license(), _ = emqx_license_api:bootstrap_license(),
_ = emqx_license:load_dynamic_license(),
ok ok
catch catch
Kind:Reason:Stack -> Kind:Reason:Stack ->