]> source.dussan.org Git - rspamd.git/commitdiff
Fix controller initialization.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 30 Apr 2014 22:14:03 +0000 (15:14 -0700)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 30 Apr 2014 22:14:03 +0000 (15:14 -0700)
src/controller.c

index 58e2332c0a3d966ee9b29ea77fdf725922d7f2a4..1de31ccfbc6fc7cb13e516543a41b916937d546f 100644 (file)
@@ -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));