diff options
-rw-r--r-- | src/controller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.c b/src/controller.c index 58e2332c0..1de31ccfb 100644 --- a/src/controller.c +++ b/src/controller.c @@ -1560,7 +1560,7 @@ init_controller_worker (struct rspamd_config *cfg) struct rspamd_controller_worker_ctx *ctx; GQuark type; - type = g_quark_try_string ("webui"); + type = g_quark_try_string ("controller"); ctx = g_malloc0 (sizeof (struct rspamd_controller_worker_ctx)); |