diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-09 12:42:59 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-09 12:42:59 +0000 |
| commit | 7815183927ecb914de430a5d64f9df27a48f49ae (patch) | |
| tree | 1f75384f4b54998476f9d2e8219b8570c3f8f650 /src/core/service.c | |
| parent | e1730d8012fca0a712de588285342f7ad10dd804 (diff) | |
now including entertain/chess
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; |
