aboutsummaryrefslogtreecommitdiffstats
path: root/src/controller.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-04-30 15:14:03 -0700
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-04-30 15:14:03 -0700
commit9859e50cf9264666871b40a352937a23af6359be (patch)
tree00353dbb56d9ab1c9a3881ffe97d79cbe2fee528 /src/controller.c
parente7507e024d6c168aa43543f3a064c19c64d3f55b (diff)
downloadrspamd-9859e50cf9264666871b40a352937a23af6359be.tar.gz
rspamd-9859e50cf9264666871b40a352937a23af6359be.zip
Fix controller initialization.
Diffstat (limited to 'src/controller.c')
-rw-r--r--src/controller.c2
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));