diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-30 15:14:03 -0700 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-30 15:14:03 -0700 |
commit | 9859e50cf9264666871b40a352937a23af6359be (patch) | |
tree | 00353dbb56d9ab1c9a3881ffe97d79cbe2fee528 /src/controller.c | |
parent | e7507e024d6c168aa43543f3a064c19c64d3f55b (diff) | |
download | rspamd-9859e50cf9264666871b40a352937a23af6359be.tar.gz rspamd-9859e50cf9264666871b40a352937a23af6359be.zip |
Fix controller initialization.
Diffstat (limited to 'src/controller.c')
-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)); |