From 1e2f6a3820f367de80f193b06f84664433f7d935 Mon Sep 17 00:00:00 2001 From: danieldg Date: Mon, 23 Mar 2009 19:20:54 +0000 Subject: Fix compile error due to mismerge git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11254 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/m_mysql.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp index 4fbf4f1f4..d0716bd90 100644 --- a/src/modules/extra/m_mysql.cpp +++ b/src/modules/extra/m_mysql.cpp @@ -762,6 +762,8 @@ void DispatcherThread::Run() { LoadDatabases(Parent->Conf, Parent->PublicServerInstance, Parent); + SQLConnection* conn = NULL; + this->LockQueue(); while (!this->GetExitFlag()) { -- cgit v1.2.3