MXS-1992 Thread-initialize internal QC module

This commit is contained in:
Johan Wikman 2018-08-02 14:21:40 +03:00
parent 25536af91f
commit ae27ea92a0

View File

@ -461,7 +461,7 @@ bool RoutingWorker::pre_run()
{
this_thread.current_worker_id = m_id;
bool rv = modules_thread_init() && service_thread_init();
bool rv = modules_thread_init() && service_thread_init() && qc_thread_init(QC_INIT_SELF);
if (!rv)
{