From 123bf690976784fa91263d23d51ed461ac389211 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 9 Sep 2008 10:28:38 +0000 Subject: [PATCH] Whoops, schoolboy error git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10487 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/m_mysql.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp index 60a2edbca..cc4a52655 100644 --- a/src/modules/extra/m_mysql.cpp +++ b/src/modules/extra/m_mysql.cpp @@ -765,9 +765,9 @@ ModuleSQL::ModuleSQL(InspIRCd* Me) : Module(Me), rehashing(false) } else { - Parent->LoggingMutex->Lock(); + LoggingMutex->Lock(); ServerInstance->Logs->Log("m_mysql", DEBUG, "MySQL: Interthread comms port is %d", MessagePipe->GetPort()); - Parent->LoggingMutex->Unlock(); + LoggingMutex->Unlock(); } Dispatcher = new DispatcherThread(ServerInstance, this); -- 2.39.2