From 9859e50cf9264666871b40a352937a23af6359be Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 30 Apr 2014 15:14:03 -0700 Subject: [PATCH] Fix controller initialization. --- src/controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.39.5