diff options
Diffstat (limited to 'src/core/service.c')
| -rw-r--r-- | src/core/service.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/service.c b/src/core/service.c index dda6311..8d0233e 100644 --- a/src/core/service.c +++ b/src/core/service.c @@ -27,6 +27,7 @@ void hybbx_mains_proxy_plugin_tick(void); #include "hybbx/instance.h" #include "hybbx/log.h" #include "hybbx/monitor.h" +#include "hybbx/entertain_config.h" #include <errno.h> #include "hybbx/security.h" #include "hybbx/security_ban.h" @@ -1300,6 +1301,8 @@ hybbx_result_t hybbx_service_apply_config(hybbx_service_t *service, return rc; } + hybbx_entertain_config_apply(config); + rc = service_apply_circuit(svc, config); if (rc != HYBBX_OK) { return rc; |
