diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-03-06 00:19:13 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-03-06 00:19:13 +0000 |
commit | dac63e16ccd698b5c667380cc5c25afd1c6cb68e (patch) | |
tree | 86aadd52b0a1555fd12a2767be2a8c64f7994a20 /src/modules/m_sqllog.cpp | |
parent | 3c8c936a59120f963197f26eb30723589476073d (diff) |
Search for SQL service in init(), not in constructor
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12598 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_sqllog.cpp')
-rw-r--r-- | src/modules/m_sqllog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sqllog.cpp b/src/modules/m_sqllog.cpp index 30f0c6b10..5e14735ce 100644 --- a/src/modules/m_sqllog.cpp +++ b/src/modules/m_sqllog.cpp @@ -155,7 +155,7 @@ class ModuleSQLLog : public Module { public: - ModuleSQLLog() + void init() { Module* SQLutils = ServerInstance->Modules->Find("m_sqlutils.so"); if (!SQLutils) |