summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-02 05:55:28 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2007-01-02 05:55:28 +0000
commit3863f71f8b0775e1987e8aacdfb9e5014def9279 (patch)
treebbf25937b7114d84f2caee803052f06a288f1cac /src
parent528c788699278b0400ad03c04e8eb45c32c9cb36 (diff)
Remove a TODO comment. Also added support for <database:port> option since r6213 so we can now connect to other ports than the standard mysql 3306 port.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6216 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/modules/extra/m_mysql.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/extra/m_mysql.cpp b/src/modules/extra/m_mysql.cpp
index af9d55f6f..b0e6cfcc5 100644
--- a/src/modules/extra/m_mysql.cpp
+++ b/src/modules/extra/m_mysql.cpp
@@ -883,7 +883,6 @@ class ModuleSQL : public Module
virtual void OnRehash(userrec* user, const std::string &parameter)
{
- /* TODO: set rehash bool here, which makes the dispatcher thread rehash at next opportunity */
rehashing = true;
}