From 63cb8ca24c0d4003343340bb8413b7f84de1a6a3 Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 5 Sep 2011 18:44:43 -0400 Subject: Moved signal/thread/mode checking to use signal pipes --- modules/extra/m_mysql.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/extra/m_mysql.cpp') diff --git a/modules/extra/m_mysql.cpp b/modules/extra/m_mysql.cpp index 501e3fdff..05a85b93c 100644 --- a/modules/extra/m_mysql.cpp +++ b/modules/extra/m_mysql.cpp @@ -164,7 +164,7 @@ class ModuleSQL : public Module, public Pipe ModuleManager::Attach(i, this, 2); DThread = new DispatcherThread(); - threadEngine.Start(DThread); + DThread->Start(); OnReload(); } -- cgit