diff options
| author | 2008-09-21 16:01:48 +0000 | |
|---|---|---|
| committer | 2008-09-21 16:01:48 +0000 | |
| commit | 805830a135397cfa5b697f982b015ed73b8dddaa (patch) | |
| tree | 4473c5225291d0d16a742eec46cd953a48d17c17 /src/modules/extra/m_mysql.cpp | |
| parent | This compiles but is NOT tested yet. Do not use unless you like pain. (diff) | |
someone forget an instance
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10581 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/extra/m_mysql.cpp')
| -rw-r--r-- | src/modules/extra/m_mysql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp index ebebaf558..0d579a382 100644 --- a/src/modules/extra/m_mysql.cpp +++ b/src/modules/extra/m_mysql.cpp @@ -679,7 +679,7 @@ class Notifier : public BufferedSocket * back into an iterator. */ - if (Instance->SE->Recv(this, &data, 1, 0) > 0) + if (ServerInstance->SE->Recv(this, &data, 1, 0) > 0) { Parent->ConnMutex->Lock(); ConnMap::iterator iter = GetCharId(data); |
